HSL(157, 86%, 79%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,86%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 86%, 79%) | color: hsl(157, 86%, 79%) | |
| HEX | #9BF8D4 | color: #9BF8D4 | |
| RGB | rgb(155, 248, 212) | color: rgb(155, 248, 212) | |
| CMYK | cmyk(38%, 0%, 15%, 3%) | — | |
| HSV | hsv(157, 38%, 97%) | — | |
| HWB | hwb(157 60% 3%) | color: hwb(157 60% 3%) | |
| OKLCH | oklch(0.911 0.1026 167.52) | color: oklch(0.911 0.1026 167.52) | |
| Lab | lab(91.17 -35.49 8.62) | color: lab(91.17 -35.49 8.62) | |
| LCH | lch(91.17 36.52 166.35) | color: lch(91.17 36.52 166.35) |
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)
#C3C4DD — rgb(195, 196, 221)
Deuteranopia (Green-blind)
#BEB7DF — rgb(190, 183, 223)
Tritanopia (Blue-blind)
#A0E4E5 — rgb(160, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 86%, 79%);
text
color: hsl(157, 86%, 79%);
border
border: 2px solid hsl(157, 86%, 79%);
gradient light
background: linear-gradient(to right, hsl(157, 86%, 99%), hsl(157, 86%, 79%));
gradient dark
background: linear-gradient(to right, hsl(157, 86%, 79%), hsl(157, 86%, 59%))
hex
background-color: #9BF8D4;
tailwind
bg-[hsl(157,86%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 86%, 79%, 0.4);
css variable
--color-primary: hsl(157, 86%, 79%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 86%, 79%)?
HEX: #9BF8D4 | RGB: rgb(155, 248, 212) | CMYK: 38%, 0%, 15%, 3% | HSV: 157°, 38%, 97%. Copy any format from the conversion table above.
What colors go well with #9BF8D4?
The complementary color is HSL(337, 86%, 79%). 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, 86%, 79%) in CSS?
As HSL: color: hsl(157, 86%, 79%); — As HEX: color: #9BF8D4; — As RGB: color: rgb(155, 248, 212); — Tailwind CSS: bg-[hsl(157,86%,79%)] — CSS variable: --color-primary: hsl(157, 86%, 79%);