HSL(143, 31%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,31%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 31%, 73%) | color: hsl(143, 31%, 73%) | |
| HEX | #A5CFB5 | color: #A5CFB5 | |
| RGB | rgb(165, 207, 181) | color: rgb(165, 207, 181) | |
| CMYK | cmyk(20%, 0%, 13%, 19%) | — | |
| HSV | hsv(143, 20%, 81%) | — | |
| HWB | hwb(143 65% 19%) | color: hwb(143 65% 19%) | |
| OKLCH | oklch(0.8171 0.0574 157.69) | color: oklch(0.8171 0.0574 157.69) | |
| Lab | lab(79.59 -18.99 8.41) | color: lab(79.59 -18.99 8.41) | |
| LCH | lch(79.59 20.77 156.11) | color: lch(79.59 20.77 156.11) |
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)
#B7B8BB — rgb(183, 184, 187)
Deuteranopia (Green-blind)
#B5B2BD — rgb(181, 178, 189)
Tritanopia (Blue-blind)
#A7C0C1 — rgb(167, 192, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 31%, 73%);
text
color: hsl(143, 31%, 73%);
border
border: 2px solid hsl(143, 31%, 73%);
gradient light
background: linear-gradient(to right, hsl(143, 31%, 93%), hsl(143, 31%, 73%));
gradient dark
background: linear-gradient(to right, hsl(143, 31%, 73%), hsl(143, 31%, 53%))
hex
background-color: #A5CFB5;
tailwind
bg-[hsl(143,31%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 31%, 73%, 0.4);
css variable
--color-primary: hsl(143, 31%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 31%, 73%)?
HEX: #A5CFB5 | RGB: rgb(165, 207, 181) | CMYK: 20%, 0%, 13%, 19% | HSV: 143°, 20%, 81%. Copy any format from the conversion table above.
What colors go well with #A5CFB5?
The complementary color is HSL(323, 31%, 73%). 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, 31%, 73%) in CSS?
As HSL: color: hsl(143, 31%, 73%); — As HEX: color: #A5CFB5; — As RGB: color: rgb(165, 207, 181); — Tailwind CSS: bg-[hsl(143,31%,73%)] — CSS variable: --color-primary: hsl(143, 31%, 73%);