HSL(153, 67%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,67%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 67%, 62%) | color: hsl(153, 67%, 62%) | |
| HEX | #5DDFA5 | color: #5DDFA5 | |
| RGB | rgb(93, 223, 165) | color: rgb(93, 223, 165) | |
| CMYK | cmyk(58%, 0%, 26%, 13%) | — | |
| HSV | hsv(153, 58%, 87%) | — | |
| HWB | hwb(153 37% 13%) | color: hwb(153 37% 13%) | |
| OKLCH | oklch(0.8158 0.1427 161.33) | color: oklch(0.8158 0.1427 161.33) | |
| Lab | lab(80.64 -49.2 17.9) | color: lab(80.64 -49.2 17.9) | |
| LCH | lch(80.64 52.36 160.01) | color: lch(80.64 52.36 160.01) |
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)
#9596B3 — rgb(149, 150, 179)
Deuteranopia (Green-blind)
#8E84B6 — rgb(142, 132, 182)
Tritanopia (Blue-blind)
#64BEC1 — rgb(100, 190, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 67%, 62%);
text
color: hsl(153, 67%, 62%);
border
border: 2px solid hsl(153, 67%, 62%);
gradient light
background: linear-gradient(to right, hsl(153, 67%, 82%), hsl(153, 67%, 62%));
gradient dark
background: linear-gradient(to right, hsl(153, 67%, 62%), hsl(153, 67%, 42%))
hex
background-color: #5DDFA5;
tailwind
bg-[hsl(153,67%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 67%, 62%, 0.4);
css variable
--color-primary: hsl(153, 67%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 67%, 62%)?
HEX: #5DDFA5 | RGB: rgb(93, 223, 165) | CMYK: 58%, 0%, 26%, 13% | HSV: 153°, 58%, 87%. Copy any format from the conversion table above.
What colors go well with #5DDFA5?
The complementary color is HSL(333, 67%, 62%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 67%, 62%) in CSS?
As HSL: color: hsl(153, 67%, 62%); — As HEX: color: #5DDFA5; — As RGB: color: rgb(93, 223, 165); — Tailwind CSS: bg-[hsl(153,67%,62%)] — CSS variable: --color-primary: hsl(153, 67%, 62%);