HSL(133, 17%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(133,17%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 17%, 62%) | color: hsl(133, 17%, 62%) | |
| HEX | #8EAF95 | color: #8EAF95 | |
| RGB | rgb(142, 175, 149) | color: rgb(142, 175, 149) | |
| CMYK | cmyk(19%, 0%, 15%, 31%) | — | |
| HSV | hsv(133, 19%, 69%) | — | |
| HWB | hwb(133 56% 31%) | color: hwb(133 56% 31%) | |
| OKLCH | oklch(0.722 0.052 151.27) | color: oklch(0.722 0.052 151.27) | |
| Lab | lab(68.45 -16.49 9.65) | color: lab(68.45 -16.49 9.65) | |
| LCH | lch(68.45 19.11 149.66) | color: lch(68.45 19.11 149.66) |
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)
#9C9D9B — rgb(156, 157, 155)
Deuteranopia (Green-blind)
#9A989D — rgb(154, 152, 157)
Tritanopia (Blue-blind)
#90A0A1 — rgb(144, 160, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 17%, 62%);
text
color: hsl(133, 17%, 62%);
border
border: 2px solid hsl(133, 17%, 62%);
gradient light
background: linear-gradient(to right, hsl(133, 17%, 82%), hsl(133, 17%, 62%));
gradient dark
background: linear-gradient(to right, hsl(133, 17%, 62%), hsl(133, 17%, 42%))
hex
background-color: #8EAF95;
tailwind
bg-[hsl(133,17%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 17%, 62%, 0.4);
css variable
--color-primary: hsl(133, 17%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 17%, 62%)?
HEX: #8EAF95 | RGB: rgb(142, 175, 149) | CMYK: 19%, 0%, 15%, 31% | HSV: 133°, 19%, 69%. Copy any format from the conversion table above.
What colors go well with #8EAF95?
The complementary color is HSL(313, 17%, 62%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 17%, 62%) in CSS?
As HSL: color: hsl(133, 17%, 62%); — As HEX: color: #8EAF95; — As RGB: color: rgb(142, 175, 149); — Tailwind CSS: bg-[hsl(133,17%,62%)] — CSS variable: --color-primary: hsl(133, 17%, 62%);