HSL(143, 26%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,26%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 26%, 71%) | color: hsl(143, 26%, 71%) | |
| HEX | #A2C8B1 | color: #A2C8B1 | |
| RGB | rgb(162, 200, 177) | color: rgb(162, 200, 177) | |
| CMYK | cmyk(19%, 0%, 12%, 22%) | — | |
| HSV | hsv(144, 19%, 78%) | — | |
| HWB | hwb(144 63% 22%) | color: hwb(144 63% 22%) | |
| OKLCH | oklch(0.7987 0.0519 158.42) | color: oklch(0.7987 0.0519 158.42) | |
| Lab | lab(77.38 -17.21 7.35) | color: lab(77.38 -17.21 7.35) | |
| LCH | lch(77.38 18.71 156.87) | color: lch(77.38 18.71 156.87) |
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)
#B2B3B7 — rgb(178, 179, 183)
Deuteranopia (Green-blind)
#B0ADB8 — rgb(176, 173, 184)
Tritanopia (Blue-blind)
#A4BBBC — rgb(164, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 26%, 71%);
text
color: hsl(143, 26%, 71%);
border
border: 2px solid hsl(143, 26%, 71%);
gradient light
background: linear-gradient(to right, hsl(143, 26%, 91%), hsl(143, 26%, 71%));
gradient dark
background: linear-gradient(to right, hsl(143, 26%, 71%), hsl(143, 26%, 51%))
hex
background-color: #A2C8B1;
tailwind
bg-[hsl(143,26%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 26%, 71%, 0.4);
css variable
--color-primary: hsl(143, 26%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 26%, 71%)?
HEX: #A2C8B1 | RGB: rgb(162, 200, 177) | CMYK: 19%, 0%, 12%, 22% | HSV: 144°, 19%, 78%. Copy any format from the conversion table above.
What colors go well with #A2C8B1?
The complementary color is HSL(323, 26%, 71%). 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, 26%, 71%) in CSS?
As HSL: color: hsl(143, 26%, 71%); — As HEX: color: #A2C8B1; — As RGB: color: rgb(162, 200, 177); — Tailwind CSS: bg-[hsl(143,26%,71%)] — CSS variable: --color-primary: hsl(143, 26%, 71%);