HSL(75, 63%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(75,63%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 63%, 77%) | color: hsl(75, 63%, 77%) | |
| HEX | #D7E99F | color: #D7E99F | |
| RGB | rgb(215, 233, 159) | color: rgb(215, 233, 159) | |
| CMYK | cmyk(8%, 0%, 32%, 9%) | — | |
| HSV | hsv(75, 32%, 91%) | — | |
| HWB | hwb(75 62% 9%) | color: hwb(75 62% 9%) | |
| OKLCH | oklch(0.9032 0.0975 119.51) | color: oklch(0.9032 0.0975 119.51) | |
| Lab | lab(89.5 -17.82 34.06) | color: lab(89.5 -17.82 34.06) | |
| LCH | lch(89.5 38.44 117.62) | color: lch(89.5 38.44 117.62) |
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)
#DFDFB1 — rgb(223, 223, 177)
Deuteranopia (Green-blind)
#DEDCB5 — rgb(222, 220, 181)
Tritanopia (Blue-blind)
#D8BFC2 — rgb(216, 191, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 63%, 77%);
text
color: hsl(75, 63%, 77%);
border
border: 2px solid hsl(75, 63%, 77%);
gradient light
background: linear-gradient(to right, hsl(75, 63%, 97%), hsl(75, 63%, 77%));
gradient dark
background: linear-gradient(to right, hsl(75, 63%, 77%), hsl(75, 63%, 57%))
hex
background-color: #D7E99F;
tailwind
bg-[hsl(75,63%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 63%, 77%, 0.4);
css variable
--color-primary: hsl(75, 63%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(75, 63%, 77%)?
HEX: #D7E99F | RGB: rgb(215, 233, 159) | CMYK: 8%, 0%, 32%, 9% | HSV: 75°, 32%, 91%. Copy any format from the conversion table above.
What colors go well with #D7E99F?
The complementary color is HSL(255, 63%, 77%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(75, 63%, 77%) in CSS?
As HSL: color: hsl(75, 63%, 77%); — As HEX: color: #D7E99F; — As RGB: color: rgb(215, 233, 159); — Tailwind CSS: bg-[hsl(75,63%,77%)] — CSS variable: --color-primary: hsl(75, 63%, 77%);