HSL(82, 34%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,34%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 34%, 80%) | color: hsl(82, 34%, 80%) | |
| HEX | #D1DDBB | color: #D1DDBB | |
| RGB | rgb(209, 221, 187) | color: rgb(209, 221, 187) | |
| CMYK | cmyk(5%, 0%, 15%, 13%) | — | |
| HSV | hsv(81, 15%, 87%) | — | |
| HWB | hwb(81 74% 13%) | color: hwb(81 74% 13%) | |
| OKLCH | oklch(0.8794 0.0473 123.19) | color: oklch(0.8794 0.0473 123.19) | |
| Lab | lab(86.43 -9.95 15.35) | color: lab(86.43 -9.95 15.35) | |
| LCH | lch(86.43 18.29 122.95) | color: lch(86.43 18.29 122.95) |
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)
#D6D6C3 — rgb(214, 214, 195)
Deuteranopia (Green-blind)
#D6D5C5 — rgb(214, 213, 197)
Tritanopia (Blue-blind)
#D2CACB — rgb(210, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 34%, 80%);
text
color: hsl(82, 34%, 80%);
border
border: 2px solid hsl(82, 34%, 80%);
gradient light
background: linear-gradient(to right, hsl(82, 34%, 100%), hsl(82, 34%, 80%));
gradient dark
background: linear-gradient(to right, hsl(82, 34%, 80%), hsl(82, 34%, 60%))
hex
background-color: #D1DDBB;
tailwind
bg-[hsl(82,34%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 34%, 80%, 0.4);
css variable
--color-primary: hsl(82, 34%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 34%, 80%)?
HEX: #D1DDBB | RGB: rgb(209, 221, 187) | CMYK: 5%, 0%, 15%, 13% | HSV: 81°, 15%, 87%. Copy any format from the conversion table above.
What colors go well with #D1DDBB?
The complementary color is HSL(262, 34%, 80%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 34%, 80%) in CSS?
As HSL: color: hsl(82, 34%, 80%); — As HEX: color: #D1DDBB; — As RGB: color: rgb(209, 221, 187); — Tailwind CSS: bg-[hsl(82,34%,80%)] — CSS variable: --color-primary: hsl(82, 34%, 80%);