HSL(157, 93%, 92%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,93%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 93%, 92%) | color: hsl(157, 93%, 92%) | |
| HEX | #D8FEEF | color: #D8FEEF | |
| RGB | rgb(216, 254, 239) | color: rgb(216, 254, 239) | |
| CMYK | cmyk(15%, 0%, 6%, 0%) | — | |
| HSV | hsv(156, 15%, 100%) | — | |
| HWB | hwb(156 85% 0%) | color: hwb(156 85% 0%) | |
| OKLCH | oklch(0.966 0.0439 169.56) | color: oklch(0.966 0.0439 169.56) | |
| Lab | lab(96.7 -15.01 3.09) | color: lab(96.7 -15.01 3.09) | |
| LCH | lch(96.7 15.32 168.37) | color: lch(96.7 15.32 168.37) |
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)
#E8E9F3 — rgb(232, 233, 243)
Deuteranopia (Green-blind)
#E6E3F4 — rgb(230, 227, 244)
Tritanopia (Blue-blind)
#DAF5F6 — rgb(218, 245, 246)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 93%, 92%);
text
color: hsl(157, 93%, 92%);
border
border: 2px solid hsl(157, 93%, 92%);
gradient light
background: linear-gradient(to right, hsl(157, 93%, 100%), hsl(157, 93%, 92%));
gradient dark
background: linear-gradient(to right, hsl(157, 93%, 92%), hsl(157, 93%, 72%))
hex
background-color: #D8FEEF;
tailwind
bg-[hsl(157,93%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 93%, 92%, 0.4);
css variable
--color-primary: hsl(157, 93%, 92%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 93%, 92%)?
HEX: #D8FEEF | RGB: rgb(216, 254, 239) | CMYK: 15%, 0%, 6%, 0% | HSV: 156°, 15%, 100%. Copy any format from the conversion table above.
What colors go well with #D8FEEF?
The complementary color is HSL(337, 93%, 92%). 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, 93%, 92%) in CSS?
As HSL: color: hsl(157, 93%, 92%); — As HEX: color: #D8FEEF; — As RGB: color: rgb(216, 254, 239); — Tailwind CSS: bg-[hsl(157,93%,92%)] — CSS variable: --color-primary: hsl(157, 93%, 92%);