HSL(72, 15%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(72,15%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 15%, 82%) | color: hsl(72, 15%, 82%) | |
| HEX | #D5D8CA | color: #D5D8CA | |
| RGB | rgb(213, 216, 202) | color: rgb(213, 216, 202) | |
| CMYK | cmyk(1%, 0%, 6%, 15%) | — | |
| HSV | hsv(73, 6%, 85%) | — | |
| HWB | hwb(73 80% 15%) | color: hwb(73 80% 15%) | |
| OKLCH | oklch(0.876 0.0192 116.62) | color: oklch(0.876 0.0192 116.62) | |
| Lab | lab(85.77 -3.5 6.54) | color: lab(85.77 -3.5 6.54) | |
| LCH | lch(85.77 7.42 118.15) | color: lch(85.77 7.42 118.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)
#D6D6CD — rgb(214, 214, 205)
Deuteranopia (Green-blind)
#D6D6CE — rgb(214, 214, 206)
Tritanopia (Blue-blind)
#D5D0D1 — rgb(213, 208, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 15%, 82%);
text
color: hsl(72, 15%, 82%);
border
border: 2px solid hsl(72, 15%, 82%);
gradient light
background: linear-gradient(to right, hsl(72, 15%, 100%), hsl(72, 15%, 82%));
gradient dark
background: linear-gradient(to right, hsl(72, 15%, 82%), hsl(72, 15%, 62%))
hex
background-color: #D5D8CA;
tailwind
bg-[hsl(72,15%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 15%, 82%, 0.4);
css variable
--color-primary: hsl(72, 15%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 15%, 82%)?
HEX: #D5D8CA | RGB: rgb(213, 216, 202) | CMYK: 1%, 0%, 6%, 15% | HSV: 73°, 6%, 85%. Copy any format from the conversion table above.
What colors go well with #D5D8CA?
The complementary color is HSL(252, 15%, 82%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 15%, 82%) in CSS?
As HSL: color: hsl(72, 15%, 82%); — As HEX: color: #D5D8CA; — As RGB: color: rgb(213, 216, 202); — Tailwind CSS: bg-[hsl(72,15%,82%)] — CSS variable: --color-primary: hsl(72, 15%, 82%);