HSL(91, 85%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,85%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 85%, 75%) | color: hsl(91, 85%, 75%) | |
| HEX | #BDF589 | color: #BDF589 | |
| RGB | rgb(189, 245, 137) | color: rgb(189, 245, 137) | |
| CMYK | cmyk(23%, 0%, 44%, 4%) | — | |
| HSV | hsv(91, 44%, 96%) | — | |
| HWB | hwb(91 54% 4%) | color: hwb(91 54% 4%) | |
| OKLCH | oklch(0.9079 0.1491 131.23) | color: oklch(0.9079 0.1491 131.23) | |
| Lab | lab(90.75 -35.65 46.21) | color: lab(90.75 -35.65 46.21) | |
| LCH | lch(90.75 58.36 127.65) | color: lch(90.75 58.36 127.65) |
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)
#D5D6A3 — rgb(213, 214, 163)
Deuteranopia (Green-blind)
#D2CEA9 — rgb(210, 206, 169)
Tritanopia (Blue-blind)
#C0B8BC — rgb(192, 184, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 85%, 75%);
text
color: hsl(91, 85%, 75%);
border
border: 2px solid hsl(91, 85%, 75%);
gradient light
background: linear-gradient(to right, hsl(91, 85%, 95%), hsl(91, 85%, 75%));
gradient dark
background: linear-gradient(to right, hsl(91, 85%, 75%), hsl(91, 85%, 55%))
hex
background-color: #BDF589;
tailwind
bg-[hsl(91,85%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 85%, 75%, 0.4);
css variable
--color-primary: hsl(91, 85%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 85%, 75%)?
HEX: #BDF589 | RGB: rgb(189, 245, 137) | CMYK: 23%, 0%, 44%, 4% | HSV: 91°, 44%, 96%. Copy any format from the conversion table above.
What colors go well with #BDF589?
The complementary color is HSL(271, 85%, 75%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 85%, 75%) in CSS?
As HSL: color: hsl(91, 85%, 75%); — As HEX: color: #BDF589; — As RGB: color: rgb(189, 245, 137); — Tailwind CSS: bg-[hsl(91,85%,75%)] — CSS variable: --color-primary: hsl(91, 85%, 75%);