HSL(83, 51%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,51%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 51%, 82%) | color: hsl(83, 51%, 82%) | |
| HEX | #D7E9BA | color: #D7E9BA | |
| RGB | rgb(215, 233, 186) | color: rgb(215, 233, 186) | |
| CMYK | cmyk(8%, 0%, 20%, 9%) | — | |
| HSV | hsv(83, 20%, 91%) | — | |
| HWB | hwb(83 73% 9%) | color: hwb(83 73% 9%) | |
| OKLCH | oklch(0.9086 0.065 124.72) | color: oklch(0.9086 0.065 124.72) | |
| Lab | lab(89.98 -14.01 20.9) | color: lab(89.98 -14.01 20.9) | |
| LCH | lch(89.98 25.16 123.84) | color: lch(89.98 25.16 123.84) |
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)
#DFDFC5 — rgb(223, 223, 197)
Deuteranopia (Green-blind)
#DEDCC8 — rgb(222, 220, 200)
Tritanopia (Blue-blind)
#D8CED0 — rgb(216, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 51%, 82%);
text
color: hsl(83, 51%, 82%);
border
border: 2px solid hsl(83, 51%, 82%);
gradient light
background: linear-gradient(to right, hsl(83, 51%, 100%), hsl(83, 51%, 82%));
gradient dark
background: linear-gradient(to right, hsl(83, 51%, 82%), hsl(83, 51%, 62%))
hex
background-color: #D7E9BA;
tailwind
bg-[hsl(83,51%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 51%, 82%, 0.4);
css variable
--color-primary: hsl(83, 51%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 51%, 82%)?
HEX: #D7E9BA | RGB: rgb(215, 233, 186) | CMYK: 8%, 0%, 20%, 9% | HSV: 83°, 20%, 91%. Copy any format from the conversion table above.
What colors go well with #D7E9BA?
The complementary color is HSL(263, 51%, 82%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 51%, 82%) in CSS?
As HSL: color: hsl(83, 51%, 82%); — As HEX: color: #D7E9BA; — As RGB: color: rgb(215, 233, 186); — Tailwind CSS: bg-[hsl(83,51%,82%)] — CSS variable: --color-primary: hsl(83, 51%, 82%);