HSL(67, 91%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,91%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 91%, 75%) | color: hsl(67, 91%, 75%) | |
| HEX | #ECF985 | color: #ECF985 | |
| RGB | rgb(236, 249, 133) | color: rgb(236, 249, 133) | |
| CMYK | cmyk(5%, 0%, 47%, 2%) | — | |
| HSV | hsv(67, 47%, 98%) | — | |
| HWB | hwb(67 52% 2%) | color: hwb(67 52% 2%) | |
| OKLCH | oklch(0.9485 0.1412 114.38) | color: oklch(0.9485 0.1412 114.38) | |
| Lab | lab(94.86 -20.56 53.86) | color: lab(94.86 -20.56 53.86) | |
| LCH | lch(94.86 57.65 110.89) | color: lch(94.86 57.65 110.89) |
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)
#F2F2A1 — rgb(242, 242, 161)
Deuteranopia (Green-blind)
#F1F0A8 — rgb(241, 240, 168)
Tritanopia (Blue-blind)
#EDB7BC — rgb(237, 183, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 91%, 75%);
text
color: hsl(67, 91%, 75%);
border
border: 2px solid hsl(67, 91%, 75%);
gradient light
background: linear-gradient(to right, hsl(67, 91%, 95%), hsl(67, 91%, 75%));
gradient dark
background: linear-gradient(to right, hsl(67, 91%, 75%), hsl(67, 91%, 55%))
hex
background-color: #ECF985;
tailwind
bg-[hsl(67,91%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 91%, 75%, 0.4);
css variable
--color-primary: hsl(67, 91%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 91%, 75%)?
HEX: #ECF985 | RGB: rgb(236, 249, 133) | CMYK: 5%, 0%, 47%, 2% | HSV: 67°, 47%, 98%. Copy any format from the conversion table above.
What colors go well with #ECF985?
The complementary color is HSL(247, 91%, 75%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 91%, 75%) in CSS?
As HSL: color: hsl(67, 91%, 75%); — As HEX: color: #ECF985; — As RGB: color: rgb(236, 249, 133); — Tailwind CSS: bg-[hsl(67,91%,75%)] — CSS variable: --color-primary: hsl(67, 91%, 75%);