HSL(67, 53%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,53%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 53%, 71%) | color: hsl(67, 53%, 71%) | |
| HEX | #D3DC8E | color: #D3DC8E | |
| RGB | rgb(211, 220, 142) | color: rgb(211, 220, 142) | |
| CMYK | cmyk(4%, 0%, 35%, 14%) | — | |
| HSV | hsv(67, 35%, 86%) | — | |
| HWB | hwb(67 56% 14%) | color: hwb(67 56% 14%) | |
| OKLCH | oklch(0.8697 0.1006 113.88) | color: oklch(0.8697 0.1006 113.88) | |
| Lab | lab(85.5 -15.01 37.35) | color: lab(85.5 -15.01 37.35) | |
| LCH | lch(85.5 40.25 111.89) | color: lch(85.5 40.25 111.89) |
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)
#D7D7A1 — rgb(215, 215, 161)
Deuteranopia (Green-blind)
#D6D6A5 — rgb(214, 214, 165)
Tritanopia (Blue-blind)
#D3B0B3 — rgb(211, 176, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 53%, 71%);
text
color: hsl(67, 53%, 71%);
border
border: 2px solid hsl(67, 53%, 71%);
gradient light
background: linear-gradient(to right, hsl(67, 53%, 91%), hsl(67, 53%, 71%));
gradient dark
background: linear-gradient(to right, hsl(67, 53%, 71%), hsl(67, 53%, 51%))
hex
background-color: #D3DC8E;
tailwind
bg-[hsl(67,53%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 53%, 71%, 0.4);
css variable
--color-primary: hsl(67, 53%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 53%, 71%)?
HEX: #D3DC8E | RGB: rgb(211, 220, 142) | CMYK: 4%, 0%, 35%, 14% | HSV: 67°, 35%, 86%. Copy any format from the conversion table above.
What colors go well with #D3DC8E?
The complementary color is HSL(247, 53%, 71%). 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, 53%, 71%) in CSS?
As HSL: color: hsl(67, 53%, 71%); — As HEX: color: #D3DC8E; — As RGB: color: rgb(211, 220, 142); — Tailwind CSS: bg-[hsl(67,53%,71%)] — CSS variable: --color-primary: hsl(67, 53%, 71%);