HSL(144, 21%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,21%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 21%, 28%) | color: hsl(144, 21%, 28%) | |
| HEX | #385644 | color: #385644 | |
| RGB | rgb(56, 86, 68) | color: rgb(56, 86, 68) | |
| CMYK | cmyk(35%, 0%, 21%, 66%) | — | |
| HSV | hsv(144, 35%, 34%) | — | |
| HWB | hwb(144 22% 66%) | color: hwb(144 22% 66%) | |
| OKLCH | oklch(0.4237 0.0467 157.37) | color: oklch(0.4237 0.0467 157.37) | |
| Lab | lab(33.8 -15.56 6.99) | color: lab(33.8 -15.56 6.99) | |
| LCH | lch(33.8 17.06 155.81) | color: lch(33.8 17.06 155.81) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#454548 — rgb(69, 69, 72)
Deuteranopia (Green-blind)
#434149 — rgb(67, 65, 73)
Tritanopia (Blue-blind)
#3A4C4D — rgb(58, 76, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 21%, 28%);
text
color: hsl(144, 21%, 28%);
border
border: 2px solid hsl(144, 21%, 28%);
gradient light
background: linear-gradient(to right, hsl(144, 21%, 48%), hsl(144, 21%, 28%));
gradient dark
background: linear-gradient(to right, hsl(144, 21%, 28%), hsl(144, 21%, 8%))
hex
background-color: #385644;
tailwind
bg-[hsl(144,21%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 21%, 28%, 0.4);
css variable
--color-primary: hsl(144, 21%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 21%, 28%)?
HEX: #385644 | RGB: rgb(56, 86, 68) | CMYK: 35%, 0%, 21%, 66% | HSV: 144°, 35%, 34%. Copy any format from the conversion table above.
What colors go well with #385644?
The complementary color is HSL(324, 21%, 28%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 21%, 28%) in CSS?
As HSL: color: hsl(144, 21%, 28%); — As HEX: color: #385644; — As RGB: color: rgb(56, 86, 68); — Tailwind CSS: bg-[hsl(144,21%,28%)] — CSS variable: --color-primary: hsl(144, 21%, 28%);