HSL(152, 22%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,22%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 22%, 52%) | color: hsl(152, 22%, 52%) | |
| HEX | #6AA086 | color: #6AA086 | |
| RGB | rgb(106, 160, 134) | color: rgb(106, 160, 134) | |
| CMYK | cmyk(34%, 0%, 16%, 37%) | — | |
| HSV | hsv(151, 34%, 63%) | — | |
| HWB | hwb(151 42% 37%) | color: hwb(151 42% 37%) | |
| OKLCH | oklch(0.6603 0.0695 162.87) | color: oklch(0.6603 0.0695 162.87) | |
| Lab | lab(61.59 -23.69 7.93) | color: lab(61.59 -23.69 7.93) | |
| LCH | lch(61.59 24.98 161.49) | color: lch(61.59 24.98 161.49) |
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)
#81828C — rgb(129, 130, 140)
Deuteranopia (Green-blind)
#7E7A8E — rgb(126, 122, 142)
Tritanopia (Blue-blind)
#6D9192 — rgb(109, 145, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 22%, 52%);
text
color: hsl(152, 22%, 52%);
border
border: 2px solid hsl(152, 22%, 52%);
gradient light
background: linear-gradient(to right, hsl(152, 22%, 72%), hsl(152, 22%, 52%));
gradient dark
background: linear-gradient(to right, hsl(152, 22%, 52%), hsl(152, 22%, 32%))
hex
background-color: #6AA086;
tailwind
bg-[hsl(152,22%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 22%, 52%, 0.4);
css variable
--color-primary: hsl(152, 22%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 22%, 52%)?
HEX: #6AA086 | RGB: rgb(106, 160, 134) | CMYK: 34%, 0%, 16%, 37% | HSV: 151°, 34%, 63%. Copy any format from the conversion table above.
What colors go well with #6AA086?
The complementary color is HSL(332, 22%, 52%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 22%, 52%) in CSS?
As HSL: color: hsl(152, 22%, 52%); — As HEX: color: #6AA086; — As RGB: color: rgb(106, 160, 134); — Tailwind CSS: bg-[hsl(152,22%,52%)] — CSS variable: --color-primary: hsl(152, 22%, 52%);