HSL(94, 40%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,40%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 40%, 85%) | color: hsl(94, 40%, 85%) | |
| HEX | #D7E8C9 | color: #D7E8C9 | |
| RGB | rgb(215, 232, 201) | color: rgb(215, 232, 201) | |
| CMYK | cmyk(7%, 0%, 13%, 9%) | — | |
| HSV | hsv(93, 13%, 91%) | — | |
| HWB | hwb(93 79% 9%) | color: hwb(93 79% 9%) | |
| OKLCH | oklch(0.91 0.0452 130.85) | color: oklch(0.91 0.0452 130.85) | |
| Lab | lab(90.03 -11.12 13.18) | color: lab(90.03 -11.12 13.18) | |
| LCH | lch(90.03 17.24 130.15) | color: lch(90.03 17.24 130.15) |
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)
#DEDFD1 — rgb(222, 223, 209)
Deuteranopia (Green-blind)
#DDDCD2 — rgb(221, 220, 210)
Tritanopia (Blue-blind)
#D8D6D8 — rgb(216, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 40%, 85%);
text
color: hsl(94, 40%, 85%);
border
border: 2px solid hsl(94, 40%, 85%);
gradient light
background: linear-gradient(to right, hsl(94, 40%, 100%), hsl(94, 40%, 85%));
gradient dark
background: linear-gradient(to right, hsl(94, 40%, 85%), hsl(94, 40%, 65%))
hex
background-color: #D7E8C9;
tailwind
bg-[hsl(94,40%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 40%, 85%, 0.4);
css variable
--color-primary: hsl(94, 40%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 40%, 85%)?
HEX: #D7E8C9 | RGB: rgb(215, 232, 201) | CMYK: 7%, 0%, 13%, 9% | HSV: 93°, 13%, 91%. Copy any format from the conversion table above.
What colors go well with #D7E8C9?
The complementary color is HSL(274, 40%, 85%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 40%, 85%) in CSS?
As HSL: color: hsl(94, 40%, 85%); — As HEX: color: #D7E8C9; — As RGB: color: rgb(215, 232, 201); — Tailwind CSS: bg-[hsl(94,40%,85%)] — CSS variable: --color-primary: hsl(94, 40%, 85%);