HSL(70, 32%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,32%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 32%, 79%) | color: hsl(70, 32%, 79%) | |
| HEX | #D5DBB8 | color: #D5DBB8 | |
| RGB | rgb(213, 219, 184) | color: rgb(213, 219, 184) | |
| CMYK | cmyk(3%, 0%, 16%, 14%) | — | |
| HSV | hsv(70, 16%, 86%) | — | |
| HWB | hwb(70 72% 14%) | color: hwb(70 72% 14%) | |
| OKLCH | oklch(0.8777 0.0472 115.28) | color: oklch(0.8777 0.0472 115.28) | |
| Lab | lab(86.14 -7.98 16.56) | color: lab(86.14 -7.98 16.56) | |
| LCH | lch(86.14 18.38 115.73) | color: lch(86.14 18.38 115.73) |
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)
#D8D8C0 — rgb(216, 216, 192)
Deuteranopia (Green-blind)
#D7D7C3 — rgb(215, 215, 195)
Tritanopia (Blue-blind)
#D5C7C9 — rgb(213, 199, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 32%, 79%);
text
color: hsl(70, 32%, 79%);
border
border: 2px solid hsl(70, 32%, 79%);
gradient light
background: linear-gradient(to right, hsl(70, 32%, 99%), hsl(70, 32%, 79%));
gradient dark
background: linear-gradient(to right, hsl(70, 32%, 79%), hsl(70, 32%, 59%))
hex
background-color: #D5DBB8;
tailwind
bg-[hsl(70,32%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 32%, 79%, 0.4);
css variable
--color-primary: hsl(70, 32%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 32%, 79%)?
HEX: #D5DBB8 | RGB: rgb(213, 219, 184) | CMYK: 3%, 0%, 16%, 14% | HSV: 70°, 16%, 86%. Copy any format from the conversion table above.
What colors go well with #D5DBB8?
The complementary color is HSL(250, 32%, 79%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 32%, 79%) in CSS?
As HSL: color: hsl(70, 32%, 79%); — As HEX: color: #D5DBB8; — As RGB: color: rgb(213, 219, 184); — Tailwind CSS: bg-[hsl(70,32%,79%)] — CSS variable: --color-primary: hsl(70, 32%, 79%);