HSL(164, 35%, 53%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,35%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 35%, 53%) | color: hsl(164, 35%, 53%) | |
| HEX | #5DB19B | color: #5DB19B | |
| RGB | rgb(93, 177, 155) | color: rgb(93, 177, 155) | |
| CMYK | cmyk(47%, 0%, 12%, 31%) | — | |
| HSV | hsv(164, 47%, 69%) | — | |
| HWB | hwb(164 37% 31%) | color: hwb(164 37% 31%) | |
| OKLCH | oklch(0.701 0.089 174.51) | color: oklch(0.701 0.089 174.51) | |
| Lab | lab(66.62 -30.94 3.39) | color: lab(66.62 -30.94 3.39) | |
| LCH | lch(66.62 31.13 173.75) | color: lch(66.62 31.13 173.75) |
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)
#8182A0 — rgb(129, 130, 160)
Deuteranopia (Green-blind)
#7D76A2 — rgb(125, 118, 162)
Tritanopia (Blue-blind)
#61A5A5 — rgb(97, 165, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 35%, 53%);
text
color: hsl(164, 35%, 53%);
border
border: 2px solid hsl(164, 35%, 53%);
gradient light
background: linear-gradient(to right, hsl(164, 35%, 73%), hsl(164, 35%, 53%));
gradient dark
background: linear-gradient(to right, hsl(164, 35%, 53%), hsl(164, 35%, 33%))
hex
background-color: #5DB19B;
tailwind
bg-[hsl(164,35%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 35%, 53%, 0.4);
css variable
--color-primary: hsl(164, 35%, 53%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 35%, 53%)?
HEX: #5DB19B | RGB: rgb(93, 177, 155) | CMYK: 47%, 0%, 12%, 31% | HSV: 164°, 47%, 69%. Copy any format from the conversion table above.
What colors go well with #5DB19B?
The complementary color is HSL(344, 35%, 53%). 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%, 53%) in CSS?
As HSL: color: hsl(164, 35%, 53%); — As HEX: color: #5DB19B; — As RGB: color: rgb(93, 177, 155); — Tailwind CSS: bg-[hsl(164,35%,53%)] — CSS variable: --color-primary: hsl(164, 35%, 53%);