HSL(92, 43%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,43%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 43%, 82%) | color: hsl(92, 43%, 82%) | |
| HEX | #D0E5BD | color: #D0E5BD | |
| RGB | rgb(208, 229, 189) | color: rgb(208, 229, 189) | |
| CMYK | cmyk(9%, 0%, 17%, 10%) | — | |
| HSV | hsv(92, 17%, 90%) | — | |
| HWB | hwb(92 75% 10%) | color: hwb(92 75% 10%) | |
| OKLCH | oklch(0.8959 0.0579 130.14) | color: oklch(0.8959 0.0579 130.14) | |
| Lab | lab(88.51 -14.01 17.21) | color: lab(88.51 -14.01 17.21) | |
| LCH | lch(88.51 22.19 129.15) | color: lch(88.51 22.19 129.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)
#D9D9C7 — rgb(217, 217, 199)
Deuteranopia (Green-blind)
#D8D6C9 — rgb(216, 214, 201)
Tritanopia (Blue-blind)
#D1CED0 — rgb(209, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 43%, 82%);
text
color: hsl(92, 43%, 82%);
border
border: 2px solid hsl(92, 43%, 82%);
gradient light
background: linear-gradient(to right, hsl(92, 43%, 100%), hsl(92, 43%, 82%));
gradient dark
background: linear-gradient(to right, hsl(92, 43%, 82%), hsl(92, 43%, 62%))
hex
background-color: #D0E5BD;
tailwind
bg-[hsl(92,43%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 43%, 82%, 0.4);
css variable
--color-primary: hsl(92, 43%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 43%, 82%)?
HEX: #D0E5BD | RGB: rgb(208, 229, 189) | CMYK: 9%, 0%, 17%, 10% | HSV: 92°, 17%, 90%. Copy any format from the conversion table above.
What colors go well with #D0E5BD?
The complementary color is HSL(272, 43%, 82%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 43%, 82%) in CSS?
As HSL: color: hsl(92, 43%, 82%); — As HEX: color: #D0E5BD; — As RGB: color: rgb(208, 229, 189); — Tailwind CSS: bg-[hsl(92,43%,82%)] — CSS variable: --color-primary: hsl(92, 43%, 82%);