HSL(73, 60%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,60%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 60%, 74%) | color: hsl(73, 60%, 74%) | |
| HEX | #D3E495 | color: #D3E495 | |
| RGB | rgb(211, 228, 149) | color: rgb(211, 228, 149) | |
| CMYK | cmyk(7%, 0%, 35%, 11%) | — | |
| HSV | hsv(73, 35%, 89%) | — | |
| HWB | hwb(73 58% 11%) | color: hwb(73 58% 11%) | |
| OKLCH | oklch(0.8878 0.1033 118.44) | color: oklch(0.8878 0.1033 118.44) | |
| Lab | lab(87.73 -18.12 36.73) | color: lab(87.73 -18.12 36.73) | |
| LCH | lch(87.73 40.96 116.26) | color: lch(87.73 40.96 116.26) |
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)
#DADBA8 — rgb(218, 219, 168)
Deuteranopia (Green-blind)
#D9D8AD — rgb(217, 216, 173)
Tritanopia (Blue-blind)
#D4B7BB — rgb(212, 183, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 60%, 74%);
text
color: hsl(73, 60%, 74%);
border
border: 2px solid hsl(73, 60%, 74%);
gradient light
background: linear-gradient(to right, hsl(73, 60%, 94%), hsl(73, 60%, 74%));
gradient dark
background: linear-gradient(to right, hsl(73, 60%, 74%), hsl(73, 60%, 54%))
hex
background-color: #D3E495;
tailwind
bg-[hsl(73,60%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 60%, 74%, 0.4);
css variable
--color-primary: hsl(73, 60%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 60%, 74%)?
HEX: #D3E495 | RGB: rgb(211, 228, 149) | CMYK: 7%, 0%, 35%, 11% | HSV: 73°, 35%, 89%. Copy any format from the conversion table above.
What colors go well with #D3E495?
The complementary color is HSL(253, 60%, 74%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 60%, 74%) in CSS?
As HSL: color: hsl(73, 60%, 74%); — As HEX: color: #D3E495; — As RGB: color: rgb(211, 228, 149); — Tailwind CSS: bg-[hsl(73,60%,74%)] — CSS variable: --color-primary: hsl(73, 60%, 74%);