HSL(147, 94%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,94%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 94%, 75%) | color: hsl(147, 94%, 75%) | |
| HEX | #83FBB9 | color: #83FBB9 | |
| RGB | rgb(131, 251, 185) | color: rgb(131, 251, 185) | |
| CMYK | cmyk(48%, 0%, 26%, 2%) | — | |
| HSV | hsv(147, 48%, 98%) | — | |
| HWB | hwb(147 51% 2%) | color: hwb(147 51% 2%) | |
| OKLCH | oklch(0.9008 0.1435 157.67) | color: oklch(0.9008 0.1435 157.67) | |
| Lab | lab(90.47 -48.38 21.4) | color: lab(90.47 -48.38 21.4) | |
| LCH | lch(90.47 52.9 156.14) | color: lch(90.47 52.9 156.14) |
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)
#B7B8C9 — rgb(183, 184, 201)
Deuteranopia (Green-blind)
#B0A7CD — rgb(176, 167, 205)
Tritanopia (Blue-blind)
#89D6D8 — rgb(137, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 94%, 75%);
text
color: hsl(147, 94%, 75%);
border
border: 2px solid hsl(147, 94%, 75%);
gradient light
background: linear-gradient(to right, hsl(147, 94%, 95%), hsl(147, 94%, 75%));
gradient dark
background: linear-gradient(to right, hsl(147, 94%, 75%), hsl(147, 94%, 55%))
hex
background-color: #83FBB9;
tailwind
bg-[hsl(147,94%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 94%, 75%, 0.4);
css variable
--color-primary: hsl(147, 94%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 94%, 75%)?
HEX: #83FBB9 | RGB: rgb(131, 251, 185) | CMYK: 48%, 0%, 26%, 2% | HSV: 147°, 48%, 98%. Copy any format from the conversion table above.
What colors go well with #83FBB9?
The complementary color is HSL(327, 94%, 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, 94%, 75%) in CSS?
As HSL: color: hsl(147, 94%, 75%); — As HEX: color: #83FBB9; — As RGB: color: rgb(131, 251, 185); — Tailwind CSS: bg-[hsl(147,94%,75%)] — CSS variable: --color-primary: hsl(147, 94%, 75%);