HSL(95, 20%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,20%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 20%, 63%) | color: hsl(95, 20%, 63%) | |
| HEX | #9EB48E | color: #9EB48E | |
| RGB | rgb(158, 180, 142) | color: rgb(158, 180, 142) | |
| CMYK | cmyk(12%, 0%, 21%, 29%) | — | |
| HSV | hsv(95, 21%, 71%) | — | |
| HWB | hwb(95 56% 29%) | color: hwb(95 56% 29%) | |
| OKLCH | oklch(0.7428 0.0584 132.25) | color: oklch(0.7428 0.0584 132.25) | |
| Lab | lab(70.78 -14.62 16.91) | color: lab(70.78 -14.62 16.91) | |
| LCH | lch(70.78 22.35 130.85) | color: lch(70.78 22.35 130.85) |
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)
#A8A897 — rgb(168, 168, 151)
Deuteranopia (Green-blind)
#A6A599 — rgb(166, 165, 153)
Tritanopia (Blue-blind)
#9F9EA0 — rgb(159, 158, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 20%, 63%);
text
color: hsl(95, 20%, 63%);
border
border: 2px solid hsl(95, 20%, 63%);
gradient light
background: linear-gradient(to right, hsl(95, 20%, 83%), hsl(95, 20%, 63%));
gradient dark
background: linear-gradient(to right, hsl(95, 20%, 63%), hsl(95, 20%, 43%))
hex
background-color: #9EB48E;
tailwind
bg-[hsl(95,20%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 20%, 63%, 0.4);
css variable
--color-primary: hsl(95, 20%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 20%, 63%)?
HEX: #9EB48E | RGB: rgb(158, 180, 142) | CMYK: 12%, 0%, 21%, 29% | HSV: 95°, 21%, 71%. Copy any format from the conversion table above.
What colors go well with #9EB48E?
The complementary color is HSL(275, 20%, 63%). 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, 20%, 63%) in CSS?
As HSL: color: hsl(95, 20%, 63%); — As HEX: color: #9EB48E; — As RGB: color: rgb(158, 180, 142); — Tailwind CSS: bg-[hsl(95,20%,63%)] — CSS variable: --color-primary: hsl(95, 20%, 63%);