HSL(70, 25%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,25%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 25%, 80%) | color: hsl(70, 25%, 80%) | |
| HEX | #D5D9BF | color: #D5D9BF | |
| RGB | rgb(213, 217, 191) | color: rgb(213, 217, 191) | |
| CMYK | cmyk(2%, 0%, 12%, 15%) | — | |
| HSV | hsv(69, 12%, 85%) | — | |
| HWB | hwb(69 75% 15%) | color: hwb(69 75% 15%) | |
| OKLCH | oklch(0.8752 0.0352 114.23) | color: oklch(0.8752 0.0352 114.23) | |
| Lab | lab(85.77 -5.85 12.36) | color: lab(85.77 -5.85 12.36) | |
| LCH | lch(85.77 13.67 115.33) | color: lch(85.77 13.67 115.33) |
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)
#D7D7C5 — rgb(215, 215, 197)
Deuteranopia (Green-blind)
#D7D6C7 — rgb(215, 214, 199)
Tritanopia (Blue-blind)
#D5CACB — rgb(213, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 25%, 80%);
text
color: hsl(70, 25%, 80%);
border
border: 2px solid hsl(70, 25%, 80%);
gradient light
background: linear-gradient(to right, hsl(70, 25%, 100%), hsl(70, 25%, 80%));
gradient dark
background: linear-gradient(to right, hsl(70, 25%, 80%), hsl(70, 25%, 60%))
hex
background-color: #D5D9BF;
tailwind
bg-[hsl(70,25%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 25%, 80%, 0.4);
css variable
--color-primary: hsl(70, 25%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 25%, 80%)?
HEX: #D5D9BF | RGB: rgb(213, 217, 191) | CMYK: 2%, 0%, 12%, 15% | HSV: 69°, 12%, 85%. Copy any format from the conversion table above.
What colors go well with #D5D9BF?
The complementary color is HSL(250, 25%, 80%). 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, 25%, 80%) in CSS?
As HSL: color: hsl(70, 25%, 80%); — As HEX: color: #D5D9BF; — As RGB: color: rgb(213, 217, 191); — Tailwind CSS: bg-[hsl(70,25%,80%)] — CSS variable: --color-primary: hsl(70, 25%, 80%);