HSL(71, 59%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,59%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 59%, 71%) | color: hsl(71, 59%, 71%) | |
| HEX | #D1E189 | color: #D1E189 | |
| RGB | rgb(209, 225, 137) | color: rgb(209, 225, 137) | |
| CMYK | cmyk(7%, 0%, 39%, 12%) | — | |
| HSV | hsv(71, 39%, 88%) | — | |
| HWB | hwb(71 54% 12%) | color: hwb(71 54% 12%) | |
| OKLCH | oklch(0.878 0.1133 117.21) | color: oklch(0.878 0.1133 117.21) | |
| Lab | lab(86.61 -18.83 41.25) | color: lab(86.61 -18.83 41.25) | |
| LCH | lch(86.61 45.34 114.54) | color: lch(86.61 45.34 114.54) |
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)
#D8D89E — rgb(216, 216, 158)
Deuteranopia (Green-blind)
#D7D6A3 — rgb(215, 214, 163)
Tritanopia (Blue-blind)
#D2AFB3 — rgb(210, 175, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 59%, 71%);
text
color: hsl(71, 59%, 71%);
border
border: 2px solid hsl(71, 59%, 71%);
gradient light
background: linear-gradient(to right, hsl(71, 59%, 91%), hsl(71, 59%, 71%));
gradient dark
background: linear-gradient(to right, hsl(71, 59%, 71%), hsl(71, 59%, 51%))
hex
background-color: #D1E189;
tailwind
bg-[hsl(71,59%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 59%, 71%, 0.4);
css variable
--color-primary: hsl(71, 59%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 59%, 71%)?
HEX: #D1E189 | RGB: rgb(209, 225, 137) | CMYK: 7%, 0%, 39%, 12% | HSV: 71°, 39%, 88%. Copy any format from the conversion table above.
What colors go well with #D1E189?
The complementary color is HSL(251, 59%, 71%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 59%, 71%) in CSS?
As HSL: color: hsl(71, 59%, 71%); — As HEX: color: #D1E189; — As RGB: color: rgb(209, 225, 137); — Tailwind CSS: bg-[hsl(71,59%,71%)] — CSS variable: --color-primary: hsl(71, 59%, 71%);