HSL(115, 20%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,20%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 20%, 84%) | color: hsl(115, 20%, 84%) | |
| HEX | #CFDECE | color: #CFDECE | |
| RGB | rgb(207, 222, 206) | color: rgb(207, 222, 206) | |
| CMYK | cmyk(7%, 0%, 7%, 13%) | — | |
| HSV | hsv(116, 7%, 87%) | — | |
| HWB | hwb(116 81% 13%) | color: hwb(116 81% 13%) | |
| OKLCH | oklch(0.8848 0.027 143.59) | color: oklch(0.8848 0.027 143.59) | |
| Lab | lab(86.98 -7.94 6.12) | color: lab(86.98 -7.94 6.12) | |
| LCH | lch(86.98 10.02 142.38) | color: lch(86.98 10.02 142.38) |
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)
#D5D6D2 — rgb(213, 214, 210)
Deuteranopia (Green-blind)
#D5D4D3 — rgb(213, 212, 211)
Tritanopia (Blue-blind)
#D0D5D6 — rgb(208, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 20%, 84%);
text
color: hsl(115, 20%, 84%);
border
border: 2px solid hsl(115, 20%, 84%);
gradient light
background: linear-gradient(to right, hsl(115, 20%, 100%), hsl(115, 20%, 84%));
gradient dark
background: linear-gradient(to right, hsl(115, 20%, 84%), hsl(115, 20%, 64%))
hex
background-color: #CFDECE;
tailwind
bg-[hsl(115,20%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 20%, 84%, 0.4);
css variable
--color-primary: hsl(115, 20%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 20%, 84%)?
HEX: #CFDECE | RGB: rgb(207, 222, 206) | CMYK: 7%, 0%, 7%, 13% | HSV: 116°, 7%, 87%. Copy any format from the conversion table above.
What colors go well with #CFDECE?
The complementary color is HSL(295, 20%, 84%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 20%, 84%) in CSS?
As HSL: color: hsl(115, 20%, 84%); — As HEX: color: #CFDECE; — As RGB: color: rgb(207, 222, 206); — Tailwind CSS: bg-[hsl(115,20%,84%)] — CSS variable: --color-primary: hsl(115, 20%, 84%);