HSL(74, 90%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,90%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 90%, 73%) | color: hsl(74, 90%, 73%) | |
| HEX | #DBF87C | color: #DBF87C | |
| RGB | rgb(219, 248, 124) | color: rgb(219, 248, 124) | |
| CMYK | cmyk(12%, 0%, 50%, 3%) | — | |
| HSV | hsv(74, 50%, 97%) | — | |
| HWB | hwb(74 49% 3%) | color: hwb(74 49% 3%) | |
| OKLCH | oklch(0.9327 0.1535 120.35) | color: oklch(0.9327 0.1535 120.35) | |
| Lab | lab(93.3 -27.41 55.87) | color: lab(93.3 -27.41 55.87) | |
| LCH | lch(93.3 62.23 116.13) | color: lch(93.3 62.23 116.13) |
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)
#E8E89A — rgb(232, 232, 154)
Deuteranopia (Green-blind)
#E6E4A1 — rgb(230, 228, 161)
Tritanopia (Blue-blind)
#DCB2B7 — rgb(220, 178, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 90%, 73%);
text
color: hsl(74, 90%, 73%);
border
border: 2px solid hsl(74, 90%, 73%);
gradient light
background: linear-gradient(to right, hsl(74, 90%, 93%), hsl(74, 90%, 73%));
gradient dark
background: linear-gradient(to right, hsl(74, 90%, 73%), hsl(74, 90%, 53%))
hex
background-color: #DBF87C;
tailwind
bg-[hsl(74,90%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 90%, 73%, 0.4);
css variable
--color-primary: hsl(74, 90%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 90%, 73%)?
HEX: #DBF87C | RGB: rgb(219, 248, 124) | CMYK: 12%, 0%, 50%, 3% | HSV: 74°, 50%, 97%. Copy any format from the conversion table above.
What colors go well with #DBF87C?
The complementary color is HSL(254, 90%, 73%). 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, 90%, 73%) in CSS?
As HSL: color: hsl(74, 90%, 73%); — As HEX: color: #DBF87C; — As RGB: color: rgb(219, 248, 124); — Tailwind CSS: bg-[hsl(74,90%,73%)] — CSS variable: --color-primary: hsl(74, 90%, 73%);