HSL(71, 92%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,92%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 92%, 75%) | color: hsl(71, 92%, 75%) | |
| HEX | #E4FA85 | color: #E4FA85 | |
| RGB | rgb(228, 250, 133) | color: rgb(228, 250, 133) | |
| CMYK | cmyk(9%, 0%, 47%, 2%) | — | |
| HSV | hsv(71, 47%, 98%) | — | |
| HWB | hwb(71 52% 2%) | color: hwb(71 52% 2%) | |
| OKLCH | oklch(0.9446 0.1445 118.02) | color: oklch(0.9446 0.1445 118.02) | |
| Lab | lab(94.55 -24.09 53.36) | color: lab(94.55 -24.09 53.36) | |
| LCH | lch(94.55 58.55 114.3) | color: lch(94.55 58.55 114.3) |
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)
#EEEEA1 — rgb(238, 238, 161)
Deuteranopia (Green-blind)
#ECEBA8 — rgb(236, 235, 168)
Tritanopia (Blue-blind)
#E5B8BD — rgb(229, 184, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 92%, 75%);
text
color: hsl(71, 92%, 75%);
border
border: 2px solid hsl(71, 92%, 75%);
gradient light
background: linear-gradient(to right, hsl(71, 92%, 95%), hsl(71, 92%, 75%));
gradient dark
background: linear-gradient(to right, hsl(71, 92%, 75%), hsl(71, 92%, 55%))
hex
background-color: #E4FA85;
tailwind
bg-[hsl(71,92%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 92%, 75%, 0.4);
css variable
--color-primary: hsl(71, 92%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 92%, 75%)?
HEX: #E4FA85 | RGB: rgb(228, 250, 133) | CMYK: 9%, 0%, 47%, 2% | HSV: 71°, 47%, 98%. Copy any format from the conversion table above.
What colors go well with #E4FA85?
The complementary color is HSL(251, 92%, 75%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 92%, 75%) in CSS?
As HSL: color: hsl(71, 92%, 75%); — As HEX: color: #E4FA85; — As RGB: color: rgb(228, 250, 133); — Tailwind CSS: bg-[hsl(71,92%,75%)] — CSS variable: --color-primary: hsl(71, 92%, 75%);