HSL(76, 50%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,50%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 50%, 76%) | color: hsl(76, 50%, 76%) | |
| HEX | #D0E0A3 | color: #D0E0A3 | |
| RGB | rgb(208, 224, 163) | color: rgb(208, 224, 163) | |
| CMYK | cmyk(7%, 0%, 27%, 12%) | — | |
| HSV | hsv(76, 27%, 88%) | — | |
| HWB | hwb(76 64% 12%) | color: hwb(76 64% 12%) | |
| OKLCH | oklch(0.8797 0.0819 120.05) | color: oklch(0.8797 0.0819 120.05) | |
| Lab | lab(86.68 -15.42 28.17) | color: lab(86.68 -15.42 28.17) | |
| LCH | lch(86.68 32.11 118.7) | color: lch(86.68 32.11 118.7) |
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)
#D7D7B2 — rgb(215, 215, 178)
Deuteranopia (Green-blind)
#D6D5B5 — rgb(214, 213, 181)
Tritanopia (Blue-blind)
#D1BDC0 — rgb(209, 189, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 50%, 76%);
text
color: hsl(76, 50%, 76%);
border
border: 2px solid hsl(76, 50%, 76%);
gradient light
background: linear-gradient(to right, hsl(76, 50%, 96%), hsl(76, 50%, 76%));
gradient dark
background: linear-gradient(to right, hsl(76, 50%, 76%), hsl(76, 50%, 56%))
hex
background-color: #D0E0A3;
tailwind
bg-[hsl(76,50%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 50%, 76%, 0.4);
css variable
--color-primary: hsl(76, 50%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 50%, 76%)?
HEX: #D0E0A3 | RGB: rgb(208, 224, 163) | CMYK: 7%, 0%, 27%, 12% | HSV: 76°, 27%, 88%. Copy any format from the conversion table above.
What colors go well with #D0E0A3?
The complementary color is HSL(256, 50%, 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, 50%, 76%) in CSS?
As HSL: color: hsl(76, 50%, 76%); — As HEX: color: #D0E0A3; — As RGB: color: rgb(208, 224, 163); — Tailwind CSS: bg-[hsl(76,50%,76%)] — CSS variable: --color-primary: hsl(76, 50%, 76%);