HSL(76, 48%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,48%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 48%, 76%) | color: hsl(76, 48%, 76%) | |
| HEX | #D0DFA4 | color: #D0DFA4 | |
| RGB | rgb(208, 223, 164) | color: rgb(208, 223, 164) | |
| CMYK | cmyk(7%, 0%, 26%, 13%) | — | |
| HSV | hsv(75, 26%, 87%) | — | |
| HWB | hwb(75 64% 13%) | color: hwb(75 64% 13%) | |
| OKLCH | oklch(0.8778 0.0793 119.64) | color: oklch(0.8778 0.0793 119.64) | |
| Lab | lab(86.44 -14.78 27.32) | color: lab(86.44 -14.78 27.32) | |
| LCH | lch(86.44 31.06 118.41) | color: lch(86.44 31.06 118.41) |
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)
#D6D7B2 — rgb(214, 215, 178)
Deuteranopia (Green-blind)
#D6D5B6 — rgb(214, 213, 182)
Tritanopia (Blue-blind)
#D1BEC0 — rgb(209, 190, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 48%, 76%);
text
color: hsl(76, 48%, 76%);
border
border: 2px solid hsl(76, 48%, 76%);
gradient light
background: linear-gradient(to right, hsl(76, 48%, 96%), hsl(76, 48%, 76%));
gradient dark
background: linear-gradient(to right, hsl(76, 48%, 76%), hsl(76, 48%, 56%))
hex
background-color: #D0DFA4;
tailwind
bg-[hsl(76,48%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 48%, 76%, 0.4);
css variable
--color-primary: hsl(76, 48%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 48%, 76%)?
HEX: #D0DFA4 | RGB: rgb(208, 223, 164) | CMYK: 7%, 0%, 26%, 13% | HSV: 75°, 26%, 87%. Copy any format from the conversion table above.
What colors go well with #D0DFA4?
The complementary color is HSL(256, 48%, 76%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 48%, 76%) in CSS?
As HSL: color: hsl(76, 48%, 76%); — As HEX: color: #D0DFA4; — As RGB: color: rgb(208, 223, 164); — Tailwind CSS: bg-[hsl(76,48%,76%)] — CSS variable: --color-primary: hsl(76, 48%, 76%);