HSL(158, 45%, 87%)
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(158,45%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 45%, 87%) | color: hsl(158, 45%, 87%) | |
| HEX | #CFEDE2 | color: #CFEDE2 | |
| RGB | rgb(207, 237, 226) | color: rgb(207, 237, 226) | |
| CMYK | cmyk(13%, 0%, 5%, 7%) | — | |
| HSV | hsv(158, 13%, 93%) | — | |
| HWB | hwb(158 81% 7%) | color: hwb(158 81% 7%) | |
| OKLCH | oklch(0.9213 0.0347 171.44) | color: oklch(0.9213 0.0347 171.44) | |
| Lab | lab(91.38 -11.87 2.02) | color: lab(91.38 -11.87 2.02) | |
| LCH | lch(91.38 12.04 170.34) | color: lch(91.38 12.04 170.34) |
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)
#DCDCE5 — rgb(220, 220, 229)
Deuteranopia (Green-blind)
#DAD8E5 — rgb(218, 216, 229)
Tritanopia (Blue-blind)
#D1E7E7 — rgb(209, 231, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 45%, 87%);
text
color: hsl(158, 45%, 87%);
border
border: 2px solid hsl(158, 45%, 87%);
gradient light
background: linear-gradient(to right, hsl(158, 45%, 100%), hsl(158, 45%, 87%));
gradient dark
background: linear-gradient(to right, hsl(158, 45%, 87%), hsl(158, 45%, 67%))
hex
background-color: #CFEDE2;
tailwind
bg-[hsl(158,45%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 45%, 87%, 0.4);
css variable
--color-primary: hsl(158, 45%, 87%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 45%, 87%)?
HEX: #CFEDE2 | RGB: rgb(207, 237, 226) | CMYK: 13%, 0%, 5%, 7% | HSV: 158°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #CFEDE2?
The complementary color is HSL(338, 45%, 87%). For a triadic harmony, use hues 158°, 278°, and 38°. For analogous combinations, try hues 128° and 188°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(158, 45%, 87%) in CSS?
As HSL: color: hsl(158, 45%, 87%); — As HEX: color: #CFEDE2; — As RGB: color: rgb(207, 237, 226); — Tailwind CSS: bg-[hsl(158,45%,87%)] — CSS variable: --color-primary: hsl(158, 45%, 87%);