HSL(168, 75%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(168,75%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(168, 75%, 62%) | color: hsl(168, 75%, 62%) | |
| HEX | #55E7CA | color: #55E7CA | |
| RGB | rgb(85, 231, 202) | color: rgb(85, 231, 202) | |
| CMYK | cmyk(63%, 0%, 13%, 9%) | — | |
| HSV | hsv(168, 63%, 91%) | — | |
| HWB | hwb(168 34% 9%) | color: hwb(168 34% 9%) | |
| OKLCH | oklch(0.8423 0.131 177.24) | color: oklch(0.8423 0.131 177.24) | |
| Lab | lab(83.62 -45.64 2.65) | color: lab(83.62 -45.64 2.65) | |
| LCH | lch(83.62 45.72 176.68) | color: lch(83.62 45.72 176.68) |
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)
#9496D1 — rgb(148, 150, 209)
Deuteranopia (Green-blind)
#8C81D3 — rgb(140, 129, 211)
Tritanopia (Blue-blind)
#5CD7D8 — rgb(92, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(168, 75%, 62%);
text
color: hsl(168, 75%, 62%);
border
border: 2px solid hsl(168, 75%, 62%);
gradient light
background: linear-gradient(to right, hsl(168, 75%, 82%), hsl(168, 75%, 62%));
gradient dark
background: linear-gradient(to right, hsl(168, 75%, 62%), hsl(168, 75%, 42%))
hex
background-color: #55E7CA;
tailwind
bg-[hsl(168,75%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(168, 75%, 62%, 0.4);
css variable
--color-primary: hsl(168, 75%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(168, 75%, 62%)?
HEX: #55E7CA | RGB: rgb(85, 231, 202) | CMYK: 63%, 0%, 13%, 9% | HSV: 168°, 63%, 91%. Copy any format from the conversion table above.
What colors go well with #55E7CA?
The complementary color is HSL(348, 75%, 62%). For a triadic harmony, use hues 168°, 288°, and 48°. For analogous combinations, try hues 138° and 198°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(168, 75%, 62%) in CSS?
As HSL: color: hsl(168, 75%, 62%); — As HEX: color: #55E7CA; — As RGB: color: rgb(85, 231, 202); — Tailwind CSS: bg-[hsl(168,75%,62%)] — CSS variable: --color-primary: hsl(168, 75%, 62%);