HSL(159, 75%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,75%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 75%, 75%) | color: hsl(159, 75%, 75%) | |
| HEX | #8FEFCE | color: #8FEFCE | |
| RGB | rgb(143, 239, 206) | color: rgb(143, 239, 206) | |
| CMYK | cmyk(40%, 0%, 14%, 6%) | — | |
| HSV | hsv(159, 40%, 94%) | — | |
| HWB | hwb(159 56% 6%) | color: hwb(159 56% 6%) | |
| OKLCH | oklch(0.8834 0.1031 169.84) | color: oklch(0.8834 0.1031 169.84) | |
| Lab | lab(87.98 -35.8 7.1) | color: lab(87.98 -35.8 7.1) | |
| LCH | lch(87.98 36.5 168.78) | color: lch(87.98 36.5 168.78) |
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)
#B9B9D6 — rgb(185, 185, 214)
Deuteranopia (Green-blind)
#B3ACD8 — rgb(179, 172, 216)
Tritanopia (Blue-blind)
#94DCDE — rgb(148, 220, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 75%, 75%);
text
color: hsl(159, 75%, 75%);
border
border: 2px solid hsl(159, 75%, 75%);
gradient light
background: linear-gradient(to right, hsl(159, 75%, 95%), hsl(159, 75%, 75%));
gradient dark
background: linear-gradient(to right, hsl(159, 75%, 75%), hsl(159, 75%, 55%))
hex
background-color: #8FEFCE;
tailwind
bg-[hsl(159,75%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 75%, 75%, 0.4);
css variable
--color-primary: hsl(159, 75%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 75%, 75%)?
HEX: #8FEFCE | RGB: rgb(143, 239, 206) | CMYK: 40%, 0%, 14%, 6% | HSV: 159°, 40%, 94%. Copy any format from the conversion table above.
What colors go well with #8FEFCE?
The complementary color is HSL(339, 75%, 75%). 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%, 75%) in CSS?
As HSL: color: hsl(159, 75%, 75%); — As HEX: color: #8FEFCE; — As RGB: color: rgb(143, 239, 206); — Tailwind CSS: bg-[hsl(159,75%,75%)] — CSS variable: --color-primary: hsl(159, 75%, 75%);