HSL(143, 52%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,52%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 52%, 47%) | color: hsl(143, 52%, 47%) | |
| HEX | #3AB669 | color: #3AB669 | |
| RGB | rgb(58, 182, 105) | color: rgb(58, 182, 105) | |
| CMYK | cmyk(68%, 0%, 42%, 29%) | — | |
| HSV | hsv(143, 68%, 71%) | — | |
| HWB | hwb(143 23% 29%) | color: hwb(143 23% 29%) | |
| OKLCH | oklch(0.6898 0.1563 152.14) | color: oklch(0.6898 0.1563 152.14) | |
| Lab | lab(66.04 -51.24 29.52) | color: lab(66.04 -51.24 29.52) | |
| LCH | lch(66.04 59.14 150.05) | color: lch(66.04 59.14 150.05) |
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)
#70717C — rgb(112, 113, 124)
Deuteranopia (Green-blind)
#695F80 — rgb(105, 95, 128)
Tritanopia (Blue-blind)
#408A8E — rgb(64, 138, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 52%, 47%);
text
color: hsl(143, 52%, 47%);
border
border: 2px solid hsl(143, 52%, 47%);
gradient light
background: linear-gradient(to right, hsl(143, 52%, 67%), hsl(143, 52%, 47%));
gradient dark
background: linear-gradient(to right, hsl(143, 52%, 47%), hsl(143, 52%, 27%))
hex
background-color: #3AB669;
tailwind
bg-[hsl(143,52%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 52%, 47%, 0.4);
css variable
--color-primary: hsl(143, 52%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 52%, 47%)?
HEX: #3AB669 | RGB: rgb(58, 182, 105) | CMYK: 68%, 0%, 42%, 29% | HSV: 143°, 68%, 71%. Copy any format from the conversion table above.
What colors go well with #3AB669?
The complementary color is HSL(323, 52%, 47%). 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, 52%, 47%) in CSS?
As HSL: color: hsl(143, 52%, 47%); — As HEX: color: #3AB669; — As RGB: color: rgb(58, 182, 105); — Tailwind CSS: bg-[hsl(143,52%,47%)] — CSS variable: --color-primary: hsl(143, 52%, 47%);