HSL(143, 40%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,40%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 40%, 73%) | color: hsl(143, 40%, 73%) | |
| HEX | #9FD6B4 | color: #9FD6B4 | |
| RGB | rgb(159, 214, 180) | color: rgb(159, 214, 180) | |
| CMYK | cmyk(26%, 0%, 16%, 16%) | — | |
| HSV | hsv(143, 26%, 84%) | — | |
| HWB | hwb(143 62% 16%) | color: hwb(143 62% 16%) | |
| OKLCH | oklch(0.8287 0.0742 157.22) | color: oklch(0.8287 0.0742 157.22) | |
| Lab | lab(81.16 -24.58 11.12) | color: lab(81.16 -24.58 11.12) | |
| LCH | lch(81.16 26.98 155.66) | color: lch(81.16 26.98 155.66) |
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)
#B7B7BC — rgb(183, 183, 188)
Deuteranopia (Green-blind)
#B4B0BE — rgb(180, 176, 190)
Tritanopia (Blue-blind)
#A2C3C4 — rgb(162, 195, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 40%, 73%);
text
color: hsl(143, 40%, 73%);
border
border: 2px solid hsl(143, 40%, 73%);
gradient light
background: linear-gradient(to right, hsl(143, 40%, 93%), hsl(143, 40%, 73%));
gradient dark
background: linear-gradient(to right, hsl(143, 40%, 73%), hsl(143, 40%, 53%))
hex
background-color: #9FD6B4;
tailwind
bg-[hsl(143,40%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 40%, 73%, 0.4);
css variable
--color-primary: hsl(143, 40%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 40%, 73%)?
HEX: #9FD6B4 | RGB: rgb(159, 214, 180) | CMYK: 26%, 0%, 16%, 16% | HSV: 143°, 26%, 84%. Copy any format from the conversion table above.
What colors go well with #9FD6B4?
The complementary color is HSL(323, 40%, 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, 40%, 73%) in CSS?
As HSL: color: hsl(143, 40%, 73%); — As HEX: color: #9FD6B4; — As RGB: color: rgb(159, 214, 180); — Tailwind CSS: bg-[hsl(143,40%,73%)] — CSS variable: --color-primary: hsl(143, 40%, 73%);