HSL(74, 89%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,89%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 89%, 74%) | color: hsl(74, 89%, 74%) | |
| HEX | #DCF882 | color: #DCF882 | |
| RGB | rgb(220, 248, 130) | color: rgb(220, 248, 130) | |
| CMYK | cmyk(11%, 0%, 48%, 3%) | — | |
| HSV | hsv(74, 48%, 97%) | — | |
| HWB | hwb(74 50% 3%) | color: hwb(74 50% 3%) | |
| OKLCH | oklch(0.9342 0.1474 120.33) | color: oklch(0.9342 0.1474 120.33) | |
| Lab | lab(93.43 -26.46 53.28) | color: lab(93.43 -26.46 53.28) | |
| LCH | lch(93.43 59.49 116.41) | color: lch(93.43 59.49 116.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)
#E8E89F — rgb(232, 232, 159)
Deuteranopia (Green-blind)
#E7E4A5 — rgb(231, 228, 165)
Tritanopia (Blue-blind)
#DDB5BA — rgb(221, 181, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 89%, 74%);
text
color: hsl(74, 89%, 74%);
border
border: 2px solid hsl(74, 89%, 74%);
gradient light
background: linear-gradient(to right, hsl(74, 89%, 94%), hsl(74, 89%, 74%));
gradient dark
background: linear-gradient(to right, hsl(74, 89%, 74%), hsl(74, 89%, 54%))
hex
background-color: #DCF882;
tailwind
bg-[hsl(74,89%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 89%, 74%, 0.4);
css variable
--color-primary: hsl(74, 89%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 89%, 74%)?
HEX: #DCF882 | RGB: rgb(220, 248, 130) | CMYK: 11%, 0%, 48%, 3% | HSV: 74°, 48%, 97%. Copy any format from the conversion table above.
What colors go well with #DCF882?
The complementary color is HSL(254, 89%, 74%). 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, 89%, 74%) in CSS?
As HSL: color: hsl(74, 89%, 74%); — As HEX: color: #DCF882; — As RGB: color: rgb(220, 248, 130); — Tailwind CSS: bg-[hsl(74,89%,74%)] — CSS variable: --color-primary: hsl(74, 89%, 74%);