HSL(147, 87%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,87%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 87%, 79%) | color: hsl(147, 87%, 79%) | |
| HEX | #9BF8C5 | color: #9BF8C5 | |
| RGB | rgb(155, 248, 197) | color: rgb(155, 248, 197) | |
| CMYK | cmyk(38%, 0%, 21%, 3%) | — | |
| HSV | hsv(147, 38%, 97%) | — | |
| HWB | hwb(147 60% 3%) | color: hwb(147 60% 3%) | |
| OKLCH | oklch(0.9073 0.1141 159.03) | color: oklch(0.9073 0.1141 159.03) | |
| Lab | lab(90.84 -38.48 15.91) | color: lab(90.84 -38.48 15.91) | |
| LCH | lch(90.84 41.64 157.54) | color: lch(90.84 41.64 157.54) |
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)
#C3C4D1 — rgb(195, 196, 209)
Deuteranopia (Green-blind)
#BEB7D4 — rgb(190, 183, 212)
Tritanopia (Blue-blind)
#A0DBDD — rgb(160, 219, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 87%, 79%);
text
color: hsl(147, 87%, 79%);
border
border: 2px solid hsl(147, 87%, 79%);
gradient light
background: linear-gradient(to right, hsl(147, 87%, 99%), hsl(147, 87%, 79%));
gradient dark
background: linear-gradient(to right, hsl(147, 87%, 79%), hsl(147, 87%, 59%))
hex
background-color: #9BF8C5;
tailwind
bg-[hsl(147,87%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 87%, 79%, 0.4);
css variable
--color-primary: hsl(147, 87%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 87%, 79%)?
HEX: #9BF8C5 | RGB: rgb(155, 248, 197) | CMYK: 38%, 0%, 21%, 3% | HSV: 147°, 38%, 97%. Copy any format from the conversion table above.
What colors go well with #9BF8C5?
The complementary color is HSL(327, 87%, 79%). 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, 87%, 79%) in CSS?
As HSL: color: hsl(147, 87%, 79%); — As HEX: color: #9BF8C5; — As RGB: color: rgb(155, 248, 197); — Tailwind CSS: bg-[hsl(147,87%,79%)] — CSS variable: --color-primary: hsl(147, 87%, 79%);