HSL(157, 99%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,99%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 99%, 75%) | color: hsl(157, 99%, 75%) | |
| HEX | #80FECE | color: #80FECE | |
| RGB | rgb(128, 254, 206) | color: rgb(128, 254, 206) | |
| CMYK | cmyk(50%, 0%, 19%, 0%) | — | |
| HSV | hsv(157, 50%, 100%) | — | |
| HWB | hwb(157 50% 0%) | color: hwb(157 50% 0%) | |
| OKLCH | oklch(0.9115 0.1327 166.27) | color: oklch(0.9115 0.1327 166.27) | |
| Lab | lab(91.65 -46.15 12.27) | color: lab(91.65 -46.15 12.27) | |
| LCH | lch(91.65 47.75 165.11) | color: lch(91.65 47.75 165.11) |
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)
#B7B8DA — rgb(183, 184, 218)
Deuteranopia (Green-blind)
#AFA6DC — rgb(175, 166, 220)
Tritanopia (Blue-blind)
#86E3E5 — rgb(134, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 99%, 75%);
text
color: hsl(157, 99%, 75%);
border
border: 2px solid hsl(157, 99%, 75%);
gradient light
background: linear-gradient(to right, hsl(157, 99%, 95%), hsl(157, 99%, 75%));
gradient dark
background: linear-gradient(to right, hsl(157, 99%, 75%), hsl(157, 99%, 55%))
hex
background-color: #80FECE;
tailwind
bg-[hsl(157,99%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 99%, 75%, 0.4);
css variable
--color-primary: hsl(157, 99%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 99%, 75%)?
HEX: #80FECE | RGB: rgb(128, 254, 206) | CMYK: 50%, 0%, 19%, 0% | HSV: 157°, 50%, 100%. Copy any format from the conversion table above.
What colors go well with #80FECE?
The complementary color is HSL(337, 99%, 75%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 99%, 75%) in CSS?
As HSL: color: hsl(157, 99%, 75%); — As HEX: color: #80FECE; — As RGB: color: rgb(128, 254, 206); — Tailwind CSS: bg-[hsl(157,99%,75%)] — CSS variable: --color-primary: hsl(157, 99%, 75%);