HSL(101, 59%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,59%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 59%, 85%) | color: hsl(101, 59%, 85%) | |
| HEX | #D0EFC2 | color: #D0EFC2 | |
| RGB | rgb(208, 239, 194) | color: rgb(208, 239, 194) | |
| CMYK | cmyk(13%, 0%, 19%, 6%) | — | |
| HSV | hsv(101, 19%, 94%) | — | |
| HWB | hwb(101 76% 6%) | color: hwb(101 76% 6%) | |
| OKLCH | oklch(0.918 0.0682 135.95) | color: oklch(0.918 0.0682 135.95) | |
| Lab | lab(91.25 -18.16 18.46) | color: lab(91.25 -18.16 18.46) | |
| LCH | lch(91.25 25.9 134.53) | color: lch(91.25 25.9 134.53) |
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)
#DDDECD — rgb(221, 222, 205)
Deuteranopia (Green-blind)
#DCD9D0 — rgb(220, 217, 208)
Tritanopia (Blue-blind)
#D2D5D7 — rgb(210, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 59%, 85%);
text
color: hsl(101, 59%, 85%);
border
border: 2px solid hsl(101, 59%, 85%);
gradient light
background: linear-gradient(to right, hsl(101, 59%, 100%), hsl(101, 59%, 85%));
gradient dark
background: linear-gradient(to right, hsl(101, 59%, 85%), hsl(101, 59%, 65%))
hex
background-color: #D0EFC2;
tailwind
bg-[hsl(101,59%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 59%, 85%, 0.4);
css variable
--color-primary: hsl(101, 59%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 59%, 85%)?
HEX: #D0EFC2 | RGB: rgb(208, 239, 194) | CMYK: 13%, 0%, 19%, 6% | HSV: 101°, 19%, 94%. Copy any format from the conversion table above.
What colors go well with #D0EFC2?
The complementary color is HSL(281, 59%, 85%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 59%, 85%) in CSS?
As HSL: color: hsl(101, 59%, 85%); — As HEX: color: #D0EFC2; — As RGB: color: rgb(208, 239, 194); — Tailwind CSS: bg-[hsl(101,59%,85%)] — CSS variable: --color-primary: hsl(101, 59%, 85%);