HSL(147, 91%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,91%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 91%, 75%) | color: hsl(147, 91%, 75%) | |
| HEX | #85F9B9 | color: #85F9B9 | |
| RGB | rgb(133, 249, 185) | color: rgb(133, 249, 185) | |
| CMYK | cmyk(47%, 0%, 26%, 2%) | — | |
| HSV | hsv(147, 47%, 98%) | — | |
| HWB | hwb(147 52% 2%) | color: hwb(147 52% 2%) | |
| OKLCH | oklch(0.8969 0.1396 157.75) | color: oklch(0.8969 0.1396 157.75) | |
| Lab | lab(89.97 -47.04 20.72) | color: lab(89.97 -47.04 20.72) | |
| LCH | lch(89.97 51.4 156.23) | color: lch(89.97 51.4 156.23) |
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)
#B7B8C8 — rgb(183, 184, 200)
Deuteranopia (Green-blind)
#B1A8CC — rgb(177, 168, 204)
Tritanopia (Blue-blind)
#8BD5D7 — rgb(139, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 91%, 75%);
text
color: hsl(147, 91%, 75%);
border
border: 2px solid hsl(147, 91%, 75%);
gradient light
background: linear-gradient(to right, hsl(147, 91%, 95%), hsl(147, 91%, 75%));
gradient dark
background: linear-gradient(to right, hsl(147, 91%, 75%), hsl(147, 91%, 55%))
hex
background-color: #85F9B9;
tailwind
bg-[hsl(147,91%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 91%, 75%, 0.4);
css variable
--color-primary: hsl(147, 91%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 91%, 75%)?
HEX: #85F9B9 | RGB: rgb(133, 249, 185) | CMYK: 47%, 0%, 26%, 2% | HSV: 147°, 47%, 98%. Copy any format from the conversion table above.
What colors go well with #85F9B9?
The complementary color is HSL(327, 91%, 75%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 91%, 75%) in CSS?
As HSL: color: hsl(147, 91%, 75%); — As HEX: color: #85F9B9; — As RGB: color: rgb(133, 249, 185); — Tailwind CSS: bg-[hsl(147,91%,75%)] — CSS variable: --color-primary: hsl(147, 91%, 75%);