HSL(86, 33%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,33%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 33%, 80%) | color: hsl(86, 33%, 80%) | |
| HEX | #CEDDBB | color: #CEDDBB | |
| RGB | rgb(206, 221, 187) | color: rgb(206, 221, 187) | |
| CMYK | cmyk(7%, 0%, 15%, 13%) | — | |
| HSV | hsv(86, 15%, 87%) | — | |
| HWB | hwb(86 74% 13%) | color: hwb(86 74% 13%) | |
| OKLCH | oklch(0.8772 0.0484 126.8) | color: oklch(0.8772 0.0484 126.8) | |
| Lab | lab(86.22 -11.01 15.01) | color: lab(86.22 -11.01 15.01) | |
| LCH | lch(86.22 18.62 126.26) | color: lch(86.22 18.62 126.26) |
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)
#D4D5C3 — rgb(212, 213, 195)
Deuteranopia (Green-blind)
#D4D3C5 — rgb(212, 211, 197)
Tritanopia (Blue-blind)
#CFCACB — rgb(207, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 33%, 80%);
text
color: hsl(86, 33%, 80%);
border
border: 2px solid hsl(86, 33%, 80%);
gradient light
background: linear-gradient(to right, hsl(86, 33%, 100%), hsl(86, 33%, 80%));
gradient dark
background: linear-gradient(to right, hsl(86, 33%, 80%), hsl(86, 33%, 60%))
hex
background-color: #CEDDBB;
tailwind
bg-[hsl(86,33%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 33%, 80%, 0.4);
css variable
--color-primary: hsl(86, 33%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 33%, 80%)?
HEX: #CEDDBB | RGB: rgb(206, 221, 187) | CMYK: 7%, 0%, 15%, 13% | HSV: 86°, 15%, 87%. Copy any format from the conversion table above.
What colors go well with #CEDDBB?
The complementary color is HSL(266, 33%, 80%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 33%, 80%) in CSS?
As HSL: color: hsl(86, 33%, 80%); — As HEX: color: #CEDDBB; — As RGB: color: rgb(206, 221, 187); — Tailwind CSS: bg-[hsl(86,33%,80%)] — CSS variable: --color-primary: hsl(86, 33%, 80%);