HSL(159, 75%, 78%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,75%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 75%, 78%) | color: hsl(159, 75%, 78%) | |
| HEX | #9DF1D4 | color: #9DF1D4 | |
| RGB | rgb(157, 241, 212) | color: rgb(157, 241, 212) | |
| CMYK | cmyk(35%, 0%, 12%, 5%) | — | |
| HSV | hsv(159, 35%, 95%) | — | |
| HWB | hwb(159 62% 5%) | color: hwb(159 62% 5%) | |
| OKLCH | oklch(0.8963 0.0916 170.39) | color: oklch(0.8963 0.0916 170.39) | |
| Lab | lab(89.31 -31.7 5.97) | color: lab(89.31 -31.7 5.97) | |
| LCH | lch(89.31 32.26 169.33) | color: lch(89.31 32.26 169.33) |
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)
#C1C2DB — rgb(193, 194, 219)
Deuteranopia (Green-blind)
#BDB6DD — rgb(189, 182, 221)
Tritanopia (Blue-blind)
#A1E1E2 — rgb(161, 225, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 75%, 78%);
text
color: hsl(159, 75%, 78%);
border
border: 2px solid hsl(159, 75%, 78%);
gradient light
background: linear-gradient(to right, hsl(159, 75%, 98%), hsl(159, 75%, 78%));
gradient dark
background: linear-gradient(to right, hsl(159, 75%, 78%), hsl(159, 75%, 58%))
hex
background-color: #9DF1D4;
tailwind
bg-[hsl(159,75%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 75%, 78%, 0.4);
css variable
--color-primary: hsl(159, 75%, 78%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 75%, 78%)?
HEX: #9DF1D4 | RGB: rgb(157, 241, 212) | CMYK: 35%, 0%, 12%, 5% | HSV: 159°, 35%, 95%. Copy any format from the conversion table above.
What colors go well with #9DF1D4?
The complementary color is HSL(339, 75%, 78%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 75%, 78%) in CSS?
As HSL: color: hsl(159, 75%, 78%); — As HEX: color: #9DF1D4; — As RGB: color: rgb(157, 241, 212); — Tailwind CSS: bg-[hsl(159,75%,78%)] — CSS variable: --color-primary: hsl(159, 75%, 78%);