HSL(182, 22%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,22%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 22%, 52%) | color: hsl(182, 22%, 52%) | |
| HEX | #6A9EA0 | color: #6A9EA0 | |
| RGB | rgb(106, 158, 160) | color: rgb(106, 158, 160) | |
| CMYK | cmyk(34%, 1%, 0%, 37%) | — | |
| HSV | hsv(182, 34%, 63%) | — | |
| HWB | hwb(182 42% 37%) | color: hwb(182 42% 37%) | |
| OKLCH | oklch(0.6635 0.0552 198.96) | color: oklch(0.6635 0.0552 198.96) | |
| Lab | lab(61.7 -16.65 -6.55) | color: lab(61.7 -16.65 -6.55) | |
| LCH | lch(61.7 17.89 201.47) | color: lch(61.7 17.89 201.47) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#8181A0 — rgb(129, 129, 160)
Deuteranopia (Green-blind)
#7E7A9F — rgb(126, 122, 159)
Tritanopia (Blue-blind)
#6D9F9F — rgb(109, 159, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 22%, 52%);
text
color: hsl(182, 22%, 52%);
border
border: 2px solid hsl(182, 22%, 52%);
gradient light
background: linear-gradient(to right, hsl(182, 22%, 72%), hsl(182, 22%, 52%));
gradient dark
background: linear-gradient(to right, hsl(182, 22%, 52%), hsl(182, 22%, 32%))
hex
background-color: #6A9EA0;
tailwind
bg-[hsl(182,22%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 22%, 52%, 0.4);
css variable
--color-primary: hsl(182, 22%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 22%, 52%)?
HEX: #6A9EA0 | RGB: rgb(106, 158, 160) | CMYK: 34%, 1%, 0%, 37% | HSV: 182°, 34%, 63%. Copy any format from the conversion table above.
What colors go well with #6A9EA0?
The complementary color is HSL(2, 22%, 52%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 22%, 52%) in CSS?
As HSL: color: hsl(182, 22%, 52%); — As HEX: color: #6A9EA0; — As RGB: color: rgb(106, 158, 160); — Tailwind CSS: bg-[hsl(182,22%,52%)] — CSS variable: --color-primary: hsl(182, 22%, 52%);