HSL(143, 23%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,23%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 23%, 48%) | color: hsl(143, 23%, 48%) | |
| HEX | #5E9774 | color: #5E9774 | |
| RGB | rgb(94, 151, 116) | color: rgb(94, 151, 116) | |
| CMYK | cmyk(38%, 0%, 23%, 41%) | — | |
| HSV | hsv(143, 38%, 59%) | — | |
| HWB | hwb(143 37% 41%) | color: hwb(143 37% 41%) | |
| OKLCH | oklch(0.6269 0.0804 156.25) | color: oklch(0.6269 0.0804 156.25) | |
| Lab | lab(57.82 -26.69 12.64) | color: lab(57.82 -26.69 12.64) | |
| LCH | lch(57.82 29.53 154.66) | color: lch(57.82 29.53 154.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)
#77777C — rgb(119, 119, 124)
Deuteranopia (Green-blind)
#736F7F — rgb(115, 111, 127)
Tritanopia (Blue-blind)
#618385 — rgb(97, 131, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 23%, 48%);
text
color: hsl(143, 23%, 48%);
border
border: 2px solid hsl(143, 23%, 48%);
gradient light
background: linear-gradient(to right, hsl(143, 23%, 68%), hsl(143, 23%, 48%));
gradient dark
background: linear-gradient(to right, hsl(143, 23%, 48%), hsl(143, 23%, 28%))
hex
background-color: #5E9774;
tailwind
bg-[hsl(143,23%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 23%, 48%, 0.4);
css variable
--color-primary: hsl(143, 23%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 23%, 48%)?
HEX: #5E9774 | RGB: rgb(94, 151, 116) | CMYK: 38%, 0%, 23%, 41% | HSV: 143°, 38%, 59%. Copy any format from the conversion table above.
What colors go well with #5E9774?
The complementary color is HSL(323, 23%, 48%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 23%, 48%) in CSS?
As HSL: color: hsl(143, 23%, 48%); — As HEX: color: #5E9774; — As RGB: color: rgb(94, 151, 116); — Tailwind CSS: bg-[hsl(143,23%,48%)] — CSS variable: --color-primary: hsl(143, 23%, 48%);