HSL(87, 55%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,55%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 55%, 81%) | color: hsl(87, 55%, 81%) | |
| HEX | #D1E9B4 | color: #D1E9B4 | |
| RGB | rgb(209, 233, 180) | color: rgb(209, 233, 180) | |
| CMYK | cmyk(10%, 0%, 23%, 9%) | — | |
| HSV | hsv(87, 23%, 91%) | — | |
| HWB | hwb(87 70% 9%) | color: hwb(87 70% 9%) | |
| OKLCH | oklch(0.903 0.0746 127.64) | color: oklch(0.903 0.0746 127.64) | |
| Lab | lab(89.45 -17.05 23.2) | color: lab(89.45 -17.05 23.2) | |
| LCH | lch(89.45 28.79 126.31) | color: lch(89.45 28.79 126.31) |
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)
#DBDCC1 — rgb(219, 220, 193)
Deuteranopia (Green-blind)
#DAD8C4 — rgb(218, 216, 196)
Tritanopia (Blue-blind)
#D2CBCD — rgb(210, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 55%, 81%);
text
color: hsl(87, 55%, 81%);
border
border: 2px solid hsl(87, 55%, 81%);
gradient light
background: linear-gradient(to right, hsl(87, 55%, 100%), hsl(87, 55%, 81%));
gradient dark
background: linear-gradient(to right, hsl(87, 55%, 81%), hsl(87, 55%, 61%))
hex
background-color: #D1E9B4;
tailwind
bg-[hsl(87,55%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 55%, 81%, 0.4);
css variable
--color-primary: hsl(87, 55%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 55%, 81%)?
HEX: #D1E9B4 | RGB: rgb(209, 233, 180) | CMYK: 10%, 0%, 23%, 9% | HSV: 87°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #D1E9B4?
The complementary color is HSL(267, 55%, 81%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 55%, 81%) in CSS?
As HSL: color: hsl(87, 55%, 81%); — As HEX: color: #D1E9B4; — As RGB: color: rgb(209, 233, 180); — Tailwind CSS: bg-[hsl(87,55%,81%)] — CSS variable: --color-primary: hsl(87, 55%, 81%);