HSL(95, 63%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,63%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 63%, 66%) | color: hsl(95, 63%, 66%) | |
| HEX | #9FDF72 | color: #9FDF72 | |
| RGB | rgb(159, 223, 114) | color: rgb(159, 223, 114) | |
| CMYK | cmyk(29%, 0%, 49%, 13%) | — | |
| HSV | hsv(95, 49%, 87%) | — | |
| HWB | hwb(95 44% 13%) | color: hwb(95 44% 13%) | |
| OKLCH | oklch(0.8364 0.1554 133.75) | color: oklch(0.8364 0.1554 133.75) | |
| Lab | lab(82.57 -38.9 46.74) | color: lab(82.57 -38.9 46.74) | |
| LCH | lch(82.57 60.81 129.77) | color: lch(82.57 60.81 129.77) |
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)
#BBBB8C — rgb(187, 187, 140)
Deuteranopia (Green-blind)
#B7B293 — rgb(183, 178, 147)
Tritanopia (Blue-blind)
#A2A1A6 — rgb(162, 161, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 63%, 66%);
text
color: hsl(95, 63%, 66%);
border
border: 2px solid hsl(95, 63%, 66%);
gradient light
background: linear-gradient(to right, hsl(95, 63%, 86%), hsl(95, 63%, 66%));
gradient dark
background: linear-gradient(to right, hsl(95, 63%, 66%), hsl(95, 63%, 46%))
hex
background-color: #9FDF72;
tailwind
bg-[hsl(95,63%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 63%, 66%, 0.4);
css variable
--color-primary: hsl(95, 63%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 63%, 66%)?
HEX: #9FDF72 | RGB: rgb(159, 223, 114) | CMYK: 29%, 0%, 49%, 13% | HSV: 95°, 49%, 87%. Copy any format from the conversion table above.
What colors go well with #9FDF72?
The complementary color is HSL(275, 63%, 66%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 63%, 66%) in CSS?
As HSL: color: hsl(95, 63%, 66%); — As HEX: color: #9FDF72; — As RGB: color: rgb(159, 223, 114); — Tailwind CSS: bg-[hsl(95,63%,66%)] — CSS variable: --color-primary: hsl(95, 63%, 66%);