HSL(143, 22%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,22%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 22%, 74%) | color: hsl(143, 22%, 74%) | |
| HEX | #AECBB9 | color: #AECBB9 | |
| RGB | rgb(174, 203, 185) | color: rgb(174, 203, 185) | |
| CMYK | cmyk(14%, 0%, 9%, 20%) | — | |
| HSV | hsv(143, 14%, 80%) | — | |
| HWB | hwb(143 69% 20%) | color: hwb(143 69% 20%) | |
| OKLCH | oklch(0.8155 0.04 158.15) | color: oklch(0.8155 0.04 158.15) | |
| Lab | lab(79.16 -13.22 5.73) | color: lab(79.16 -13.22 5.73) | |
| LCH | lch(79.16 14.41 156.57) | color: lch(79.16 14.41 156.57) |
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)
#BBBBBD — rgb(187, 187, 189)
Deuteranopia (Green-blind)
#B9B7BE — rgb(185, 183, 190)
Tritanopia (Blue-blind)
#AFC1C2 — rgb(175, 193, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 22%, 74%);
text
color: hsl(143, 22%, 74%);
border
border: 2px solid hsl(143, 22%, 74%);
gradient light
background: linear-gradient(to right, hsl(143, 22%, 94%), hsl(143, 22%, 74%));
gradient dark
background: linear-gradient(to right, hsl(143, 22%, 74%), hsl(143, 22%, 54%))
hex
background-color: #AECBB9;
tailwind
bg-[hsl(143,22%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 22%, 74%, 0.4);
css variable
--color-primary: hsl(143, 22%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 22%, 74%)?
HEX: #AECBB9 | RGB: rgb(174, 203, 185) | CMYK: 14%, 0%, 9%, 20% | HSV: 143°, 14%, 80%. Copy any format from the conversion table above.
What colors go well with #AECBB9?
The complementary color is HSL(323, 22%, 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, 22%, 74%) in CSS?
As HSL: color: hsl(143, 22%, 74%); — As HEX: color: #AECBB9; — As RGB: color: rgb(174, 203, 185); — Tailwind CSS: bg-[hsl(143,22%,74%)] — CSS variable: --color-primary: hsl(143, 22%, 74%);