HSL(164, 35%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,35%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 35%, 52%) | color: hsl(164, 35%, 52%) | |
| HEX | #5AAF99 | color: #5AAF99 | |
| RGB | rgb(90, 175, 153) | color: rgb(90, 175, 153) | |
| CMYK | cmyk(49%, 0%, 13%, 31%) | — | |
| HSV | hsv(164, 49%, 69%) | — | |
| HWB | hwb(164 35% 31%) | color: hwb(164 35% 31%) | |
| OKLCH | oklch(0.6943 0.0897 174.6) | color: oklch(0.6943 0.0897 174.6) | |
| Lab | lab(65.85 -31.2 3.37) | color: lab(65.85 -31.2 3.37) | |
| LCH | lch(65.85 31.38 173.84) | color: lch(65.85 31.38 173.84) |
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)
#7F809E — rgb(127, 128, 158)
Deuteranopia (Green-blind)
#7A74A0 — rgb(122, 116, 160)
Tritanopia (Blue-blind)
#5EA3A3 — rgb(94, 163, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 35%, 52%);
text
color: hsl(164, 35%, 52%);
border
border: 2px solid hsl(164, 35%, 52%);
gradient light
background: linear-gradient(to right, hsl(164, 35%, 72%), hsl(164, 35%, 52%));
gradient dark
background: linear-gradient(to right, hsl(164, 35%, 52%), hsl(164, 35%, 32%))
hex
background-color: #5AAF99;
tailwind
bg-[hsl(164,35%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 35%, 52%, 0.4);
css variable
--color-primary: hsl(164, 35%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 35%, 52%)?
HEX: #5AAF99 | RGB: rgb(90, 175, 153) | CMYK: 49%, 0%, 13%, 31% | HSV: 164°, 49%, 69%. Copy any format from the conversion table above.
What colors go well with #5AAF99?
The complementary color is HSL(344, 35%, 52%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(164, 35%, 52%) in CSS?
As HSL: color: hsl(164, 35%, 52%); — As HEX: color: #5AAF99; — As RGB: color: rgb(90, 175, 153); — Tailwind CSS: bg-[hsl(164,35%,52%)] — CSS variable: --color-primary: hsl(164, 35%, 52%);