HSL(156, 82%, 91%)
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(156,82%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 82%, 91%) | color: hsl(156, 82%, 91%) | |
| HEX | #D5FBEC | color: #D5FBEC | |
| RGB | rgb(213, 251, 236) | color: rgb(213, 251, 236) | |
| CMYK | cmyk(15%, 0%, 6%, 2%) | — | |
| HSV | hsv(156, 15%, 98%) | — | |
| HWB | hwb(156 83% 2%) | color: hwb(156 83% 2%) | |
| OKLCH | oklch(0.957 0.044 169.54) | color: oklch(0.957 0.044 169.54) | |
| Lab | lab(95.66 -15.04 3.1) | color: lab(95.66 -15.04 3.1) | |
| LCH | lch(95.66 15.36 168.35) | color: lch(95.66 15.36 168.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)
#E5E6F0 — rgb(229, 230, 240)
Deuteranopia (Green-blind)
#E3E0F1 — rgb(227, 224, 241)
Tritanopia (Blue-blind)
#D7F2F3 — rgb(215, 242, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 82%, 91%);
text
color: hsl(156, 82%, 91%);
border
border: 2px solid hsl(156, 82%, 91%);
gradient light
background: linear-gradient(to right, hsl(156, 82%, 100%), hsl(156, 82%, 91%));
gradient dark
background: linear-gradient(to right, hsl(156, 82%, 91%), hsl(156, 82%, 71%))
hex
background-color: #D5FBEC;
tailwind
bg-[hsl(156,82%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 82%, 91%, 0.4);
css variable
--color-primary: hsl(156, 82%, 91%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 82%, 91%)?
HEX: #D5FBEC | RGB: rgb(213, 251, 236) | CMYK: 15%, 0%, 6%, 2% | HSV: 156°, 15%, 98%. Copy any format from the conversion table above.
What colors go well with #D5FBEC?
The complementary color is HSL(336, 82%, 91%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(156, 82%, 91%) in CSS?
As HSL: color: hsl(156, 82%, 91%); — As HEX: color: #D5FBEC; — As RGB: color: rgb(213, 251, 236); — Tailwind CSS: bg-[hsl(156,82%,91%)] — CSS variable: --color-primary: hsl(156, 82%, 91%);