HSL(143, 20%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,20%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 20%, 74%) | color: hsl(143, 20%, 74%) | |
| HEX | #AFCABA | color: #AFCABA | |
| RGB | rgb(175, 202, 186) | color: rgb(175, 202, 186) | |
| CMYK | cmyk(13%, 0%, 8%, 21%) | — | |
| HSV | hsv(144, 13%, 79%) | — | |
| HWB | hwb(144 69% 21%) | color: hwb(144 69% 21%) | |
| OKLCH | oklch(0.8143 0.0366 159.49) | color: oklch(0.8143 0.0366 159.49) | |
| Lab | lab(78.98 -12.18 4.94) | color: lab(78.98 -12.18 4.94) | |
| LCH | lch(78.98 13.14 157.92) | color: lch(78.98 13.14 157.92) |
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)
#BBBBBE — rgb(187, 187, 190)
Deuteranopia (Green-blind)
#B9B7BF — rgb(185, 183, 191)
Tritanopia (Blue-blind)
#B0C1C2 — rgb(176, 193, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 20%, 74%);
text
color: hsl(143, 20%, 74%);
border
border: 2px solid hsl(143, 20%, 74%);
gradient light
background: linear-gradient(to right, hsl(143, 20%, 94%), hsl(143, 20%, 74%));
gradient dark
background: linear-gradient(to right, hsl(143, 20%, 74%), hsl(143, 20%, 54%))
hex
background-color: #AFCABA;
tailwind
bg-[hsl(143,20%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 20%, 74%, 0.4);
css variable
--color-primary: hsl(143, 20%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 20%, 74%)?
HEX: #AFCABA | RGB: rgb(175, 202, 186) | CMYK: 13%, 0%, 8%, 21% | HSV: 144°, 13%, 79%. Copy any format from the conversion table above.
What colors go well with #AFCABA?
The complementary color is HSL(323, 20%, 74%). 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, 20%, 74%) in CSS?
As HSL: color: hsl(143, 20%, 74%); — As HEX: color: #AFCABA; — As RGB: color: rgb(175, 202, 186); — Tailwind CSS: bg-[hsl(143,20%,74%)] — CSS variable: --color-primary: hsl(143, 20%, 74%);