HSL(147, 98%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,98%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 98%, 79%) | color: hsl(147, 98%, 79%) | |
| HEX | #95FEC4 | color: #95FEC4 | |
| RGB | rgb(149, 254, 196) | color: rgb(149, 254, 196) | |
| CMYK | cmyk(41%, 0%, 23%, 0%) | — | |
| HSV | hsv(147, 41%, 100%) | — | |
| HWB | hwb(147 59% 0%) | color: hwb(147 59% 0%) | |
| OKLCH | oklch(0.9179 0.1276 158.38) | color: oklch(0.9179 0.1276 158.38) | |
| Lab | lab(92.24 -42.97 18.35) | color: lab(92.24 -42.97 18.35) | |
| LCH | lch(92.24 46.72 156.88) | color: lch(92.24 46.72 156.88) |
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)
#C2C3D2 — rgb(194, 195, 210)
Deuteranopia (Green-blind)
#BCB5D5 — rgb(188, 181, 213)
Tritanopia (Blue-blind)
#9ADDE0 — rgb(154, 221, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 98%, 79%);
text
color: hsl(147, 98%, 79%);
border
border: 2px solid hsl(147, 98%, 79%);
gradient light
background: linear-gradient(to right, hsl(147, 98%, 99%), hsl(147, 98%, 79%));
gradient dark
background: linear-gradient(to right, hsl(147, 98%, 79%), hsl(147, 98%, 59%))
hex
background-color: #95FEC4;
tailwind
bg-[hsl(147,98%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 98%, 79%, 0.4);
css variable
--color-primary: hsl(147, 98%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 98%, 79%)?
HEX: #95FEC4 | RGB: rgb(149, 254, 196) | CMYK: 41%, 0%, 23%, 0% | HSV: 147°, 41%, 100%. Copy any format from the conversion table above.
What colors go well with #95FEC4?
The complementary color is HSL(327, 98%, 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, 98%, 79%) in CSS?
As HSL: color: hsl(147, 98%, 79%); — As HEX: color: #95FEC4; — As RGB: color: rgb(149, 254, 196); — Tailwind CSS: bg-[hsl(147,98%,79%)] — CSS variable: --color-primary: hsl(147, 98%, 79%);