HSL(74, 60%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,60%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 60%, 75%) | color: hsl(74, 60%, 75%) | |
| HEX | #D4E699 | color: #D4E699 | |
| RGB | rgb(212, 230, 153) | color: rgb(212, 230, 153) | |
| CMYK | cmyk(8%, 0%, 33%, 10%) | — | |
| HSV | hsv(74, 33%, 90%) | — | |
| HWB | hwb(74 60% 10%) | color: hwb(74 60% 10%) | |
| OKLCH | oklch(0.8935 0.1011 119.2) | color: oklch(0.8935 0.1011 119.2) | |
| Lab | lab(88.4 -18.23 35.6) | color: lab(88.4 -18.23 35.6) | |
| LCH | lch(88.4 40 117.12) | color: lch(88.4 40 117.12) |
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)
#DCDCAC — rgb(220, 220, 172)
Deuteranopia (Green-blind)
#DBD9B0 — rgb(219, 217, 176)
Tritanopia (Blue-blind)
#D5BABE — rgb(213, 186, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 60%, 75%);
text
color: hsl(74, 60%, 75%);
border
border: 2px solid hsl(74, 60%, 75%);
gradient light
background: linear-gradient(to right, hsl(74, 60%, 95%), hsl(74, 60%, 75%));
gradient dark
background: linear-gradient(to right, hsl(74, 60%, 75%), hsl(74, 60%, 55%))
hex
background-color: #D4E699;
tailwind
bg-[hsl(74,60%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 60%, 75%, 0.4);
css variable
--color-primary: hsl(74, 60%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 60%, 75%)?
HEX: #D4E699 | RGB: rgb(212, 230, 153) | CMYK: 8%, 0%, 33%, 10% | HSV: 74°, 33%, 90%. Copy any format from the conversion table above.
What colors go well with #D4E699?
The complementary color is HSL(254, 60%, 75%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 60%, 75%) in CSS?
As HSL: color: hsl(74, 60%, 75%); — As HEX: color: #D4E699; — As RGB: color: rgb(212, 230, 153); — Tailwind CSS: bg-[hsl(74,60%,75%)] — CSS variable: --color-primary: hsl(74, 60%, 75%);