HSL(99, 20%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,20%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 20%, 85%) | color: hsl(99, 20%, 85%) | |
| HEX | #D6E0D1 | color: #D6E0D1 | |
| RGB | rgb(214, 224, 209) | color: rgb(214, 224, 209) | |
| CMYK | cmyk(4%, 0%, 7%, 12%) | — | |
| HSV | hsv(100, 7%, 88%) | — | |
| HWB | hwb(100 82% 12%) | color: hwb(100 82% 12%) | |
| OKLCH | oklch(0.8949 0.0229 134.95) | color: oklch(0.8949 0.0229 134.95) | |
| Lab | lab(88.07 -6.05 6.18) | color: lab(88.07 -6.05 6.18) | |
| LCH | lch(88.07 8.65 134.39) | color: lch(88.07 8.65 134.39) |
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)
#DADAD5 — rgb(218, 218, 213)
Deuteranopia (Green-blind)
#DAD9D6 — rgb(218, 217, 214)
Tritanopia (Blue-blind)
#D7D7D8 — rgb(215, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 20%, 85%);
text
color: hsl(99, 20%, 85%);
border
border: 2px solid hsl(99, 20%, 85%);
gradient light
background: linear-gradient(to right, hsl(99, 20%, 100%), hsl(99, 20%, 85%));
gradient dark
background: linear-gradient(to right, hsl(99, 20%, 85%), hsl(99, 20%, 65%))
hex
background-color: #D6E0D1;
tailwind
bg-[hsl(99,20%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 20%, 85%, 0.4);
css variable
--color-primary: hsl(99, 20%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 20%, 85%)?
HEX: #D6E0D1 | RGB: rgb(214, 224, 209) | CMYK: 4%, 0%, 7%, 12% | HSV: 100°, 7%, 88%. Copy any format from the conversion table above.
What colors go well with #D6E0D1?
The complementary color is HSL(279, 20%, 85%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 20%, 85%) in CSS?
As HSL: color: hsl(99, 20%, 85%); — As HEX: color: #D6E0D1; — As RGB: color: rgb(214, 224, 209); — Tailwind CSS: bg-[hsl(99,20%,85%)] — CSS variable: --color-primary: hsl(99, 20%, 85%);