HSL(144, 35%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,35%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 35%, 58%) | color: hsl(144, 35%, 58%) | |
| HEX | #6EB98C | color: #6EB98C | |
| RGB | rgb(110, 185, 140) | color: rgb(110, 185, 140) | |
| CMYK | cmyk(41%, 0%, 24%, 27%) | — | |
| HSV | hsv(144, 41%, 73%) | — | |
| HWB | hwb(144 43% 27%) | color: hwb(144 43% 27%) | |
| OKLCH | oklch(0.7244 0.1003 156.47) | color: oklch(0.7244 0.1003 156.47) | |
| Lab | lab(69.4 -33.41 15.66) | color: lab(69.4 -33.41 15.66) | |
| LCH | lch(69.4 36.9 154.89) | color: lch(69.4 36.9 154.89) |
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)
#8E8F97 — rgb(142, 143, 151)
Deuteranopia (Green-blind)
#8A859A — rgb(138, 133, 154)
Tritanopia (Blue-blind)
#729FA1 — rgb(114, 159, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 35%, 58%);
text
color: hsl(144, 35%, 58%);
border
border: 2px solid hsl(144, 35%, 58%);
gradient light
background: linear-gradient(to right, hsl(144, 35%, 78%), hsl(144, 35%, 58%));
gradient dark
background: linear-gradient(to right, hsl(144, 35%, 58%), hsl(144, 35%, 38%))
hex
background-color: #6EB98C;
tailwind
bg-[hsl(144,35%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 35%, 58%, 0.4);
css variable
--color-primary: hsl(144, 35%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 35%, 58%)?
HEX: #6EB98C | RGB: rgb(110, 185, 140) | CMYK: 41%, 0%, 24%, 27% | HSV: 144°, 41%, 73%. Copy any format from the conversion table above.
What colors go well with #6EB98C?
The complementary color is HSL(324, 35%, 58%). 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, 35%, 58%) in CSS?
As HSL: color: hsl(144, 35%, 58%); — As HEX: color: #6EB98C; — As RGB: color: rgb(110, 185, 140); — Tailwind CSS: bg-[hsl(144,35%,58%)] — CSS variable: --color-primary: hsl(144, 35%, 58%);