HSL(168, 77%, 78%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(168,77%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(168, 77%, 78%) | color: hsl(168, 77%, 78%) | |
| HEX | #9CF2E1 | color: #9CF2E1 | |
| RGB | rgb(156, 242, 225) | color: rgb(156, 242, 225) | |
| CMYK | cmyk(36%, 0%, 7%, 5%) | — | |
| HSV | hsv(168, 36%, 95%) | — | |
| HWB | hwb(168 61% 5%) | color: hwb(168 61% 5%) | |
| OKLCH | oklch(0.9017 0.0869 180.34) | color: oklch(0.9017 0.0869 180.34) | |
| Lab | lab(89.86 -29.66 -0.02) | color: lab(89.86 -29.66 -0.02) | |
| LCH | lch(89.86 29.66 180.04) | color: lch(89.86 29.66 180.04) |
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)
#C1C2E5 — rgb(193, 194, 229)
Deuteranopia (Green-blind)
#BCB6E6 — rgb(188, 182, 230)
Tritanopia (Blue-blind)
#A0E8E9 — rgb(160, 232, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(168, 77%, 78%);
text
color: hsl(168, 77%, 78%);
border
border: 2px solid hsl(168, 77%, 78%);
gradient light
background: linear-gradient(to right, hsl(168, 77%, 98%), hsl(168, 77%, 78%));
gradient dark
background: linear-gradient(to right, hsl(168, 77%, 78%), hsl(168, 77%, 58%))
hex
background-color: #9CF2E1;
tailwind
bg-[hsl(168,77%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(168, 77%, 78%, 0.4);
css variable
--color-primary: hsl(168, 77%, 78%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(168, 77%, 78%)?
HEX: #9CF2E1 | RGB: rgb(156, 242, 225) | CMYK: 36%, 0%, 7%, 5% | HSV: 168°, 36%, 95%. Copy any format from the conversion table above.
What colors go well with #9CF2E1?
The complementary color is HSL(348, 77%, 78%). 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, 77%, 78%) in CSS?
As HSL: color: hsl(168, 77%, 78%); — As HEX: color: #9CF2E1; — As RGB: color: rgb(156, 242, 225); — Tailwind CSS: bg-[hsl(168,77%,78%)] — CSS variable: --color-primary: hsl(168, 77%, 78%);