HSL(67, 40%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,40%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 40%, 76%) | color: hsl(67, 40%, 76%) | |
| HEX | #D5DAA9 | color: #D5DAA9 | |
| RGB | rgb(213, 218, 169) | color: rgb(213, 218, 169) | |
| CMYK | cmyk(2%, 0%, 22%, 15%) | — | |
| HSV | hsv(66, 22%, 85%) | — | |
| HWB | hwb(66 66% 15%) | color: hwb(66 66% 15%) | |
| OKLCH | oklch(0.8722 0.0649 112.48) | color: oklch(0.8722 0.0649 112.48) | |
| Lab | lab(85.58 -9.71 23.62) | color: lab(85.58 -9.71 23.62) | |
| LCH | lch(85.58 25.54 112.35) | color: lch(85.58 25.54 112.35) |
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)
#D7D7B5 — rgb(215, 215, 181)
Deuteranopia (Green-blind)
#D7D7B8 — rgb(215, 215, 184)
Tritanopia (Blue-blind)
#D5BEC0 — rgb(213, 190, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 40%, 76%);
text
color: hsl(67, 40%, 76%);
border
border: 2px solid hsl(67, 40%, 76%);
gradient light
background: linear-gradient(to right, hsl(67, 40%, 96%), hsl(67, 40%, 76%));
gradient dark
background: linear-gradient(to right, hsl(67, 40%, 76%), hsl(67, 40%, 56%))
hex
background-color: #D5DAA9;
tailwind
bg-[hsl(67,40%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 40%, 76%, 0.4);
css variable
--color-primary: hsl(67, 40%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 40%, 76%)?
HEX: #D5DAA9 | RGB: rgb(213, 218, 169) | CMYK: 2%, 0%, 22%, 15% | HSV: 66°, 22%, 85%. Copy any format from the conversion table above.
What colors go well with #D5DAA9?
The complementary color is HSL(247, 40%, 76%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 40%, 76%) in CSS?
As HSL: color: hsl(67, 40%, 76%); — As HEX: color: #D5DAA9; — As RGB: color: rgb(213, 218, 169); — Tailwind CSS: bg-[hsl(67,40%,76%)] — CSS variable: --color-primary: hsl(67, 40%, 76%);