HSL(74, 92%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,92%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 92%, 77%) | color: hsl(74, 92%, 77%) | |
| HEX | #E1FA8E | color: #E1FA8E | |
| RGB | rgb(225, 250, 142) | color: rgb(225, 250, 142) | |
| CMYK | cmyk(10%, 0%, 43%, 2%) | — | |
| HSV | hsv(74, 43%, 98%) | — | |
| HWB | hwb(74 56% 2%) | color: hwb(74 56% 2%) | |
| OKLCH | oklch(0.9437 0.1363 119.76) | color: oklch(0.9437 0.1363 119.76) | |
| Lab | lab(94.45 -24.3 48.94) | color: lab(94.45 -24.3 48.94) | |
| LCH | lch(94.45 54.64 116.41) | color: lch(94.45 54.64 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)
#ECECA8 — rgb(236, 236, 168)
Deuteranopia (Green-blind)
#EAE9AE — rgb(234, 233, 174)
Tritanopia (Blue-blind)
#E2BDC1 — rgb(226, 189, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 92%, 77%);
text
color: hsl(74, 92%, 77%);
border
border: 2px solid hsl(74, 92%, 77%);
gradient light
background: linear-gradient(to right, hsl(74, 92%, 97%), hsl(74, 92%, 77%));
gradient dark
background: linear-gradient(to right, hsl(74, 92%, 77%), hsl(74, 92%, 57%))
hex
background-color: #E1FA8E;
tailwind
bg-[hsl(74,92%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 92%, 77%, 0.4);
css variable
--color-primary: hsl(74, 92%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 92%, 77%)?
HEX: #E1FA8E | RGB: rgb(225, 250, 142) | CMYK: 10%, 0%, 43%, 2% | HSV: 74°, 43%, 98%. Copy any format from the conversion table above.
What colors go well with #E1FA8E?
The complementary color is HSL(254, 92%, 77%). 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, 92%, 77%) in CSS?
As HSL: color: hsl(74, 92%, 77%); — As HEX: color: #E1FA8E; — As RGB: color: rgb(225, 250, 142); — Tailwind CSS: bg-[hsl(74,92%,77%)] — CSS variable: --color-primary: hsl(74, 92%, 77%);