HSL(147, 23%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,23%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 23%, 63%) | color: hsl(147, 23%, 63%) | |
| HEX | #8BB69E | color: #8BB69E | |
| RGB | rgb(139, 182, 158) | color: rgb(139, 182, 158) | |
| CMYK | cmyk(24%, 0%, 13%, 29%) | — | |
| HSV | hsv(147, 24%, 71%) | — | |
| HWB | hwb(147 54% 29%) | color: hwb(147 54% 29%) | |
| OKLCH | oklch(0.7383 0.0577 160.14) | color: oklch(0.7383 0.0577 160.14) | |
| Lab | lab(70.46 -19.34 7.57) | color: lab(70.46 -19.34 7.57) | |
| LCH | lch(70.46 20.77 158.62) | color: lch(70.46 20.77 158.62) |
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)
#9E9EA4 — rgb(158, 158, 164)
Deuteranopia (Green-blind)
#9B98A5 — rgb(155, 152, 165)
Tritanopia (Blue-blind)
#8DA8A9 — rgb(141, 168, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 23%, 63%);
text
color: hsl(147, 23%, 63%);
border
border: 2px solid hsl(147, 23%, 63%);
gradient light
background: linear-gradient(to right, hsl(147, 23%, 83%), hsl(147, 23%, 63%));
gradient dark
background: linear-gradient(to right, hsl(147, 23%, 63%), hsl(147, 23%, 43%))
hex
background-color: #8BB69E;
tailwind
bg-[hsl(147,23%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 23%, 63%, 0.4);
css variable
--color-primary: hsl(147, 23%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 23%, 63%)?
HEX: #8BB69E | RGB: rgb(139, 182, 158) | CMYK: 24%, 0%, 13%, 29% | HSV: 147°, 24%, 71%. Copy any format from the conversion table above.
What colors go well with #8BB69E?
The complementary color is HSL(327, 23%, 63%). 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, 23%, 63%) in CSS?
As HSL: color: hsl(147, 23%, 63%); — As HEX: color: #8BB69E; — As RGB: color: rgb(139, 182, 158); — Tailwind CSS: bg-[hsl(147,23%,63%)] — CSS variable: --color-primary: hsl(147, 23%, 63%);