HSL(143, 50%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,50%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 50%, 81%) | color: hsl(143, 50%, 81%) | |
| HEX | #B6E7C9 | color: #B6E7C9 | |
| RGB | rgb(182, 231, 201) | color: rgb(182, 231, 201) | |
| CMYK | cmyk(21%, 0%, 13%, 9%) | — | |
| HSV | hsv(143, 21%, 91%) | — | |
| HWB | hwb(143 72% 9%) | color: hwb(143 72% 9%) | |
| OKLCH | oklch(0.8855 0.0652 157.89) | color: oklch(0.8855 0.0652 157.89) | |
| Lab | lab(87.64 -21.62 9.48) | color: lab(87.64 -21.62 9.48) | |
| LCH | lch(87.64 23.61 156.32) | color: lch(87.64 23.61 156.32) |
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)
#CBCCD0 — rgb(203, 204, 208)
Deuteranopia (Green-blind)
#C8C5D2 — rgb(200, 197, 210)
Tritanopia (Blue-blind)
#B8D6D7 — rgb(184, 214, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 50%, 81%);
text
color: hsl(143, 50%, 81%);
border
border: 2px solid hsl(143, 50%, 81%);
gradient light
background: linear-gradient(to right, hsl(143, 50%, 100%), hsl(143, 50%, 81%));
gradient dark
background: linear-gradient(to right, hsl(143, 50%, 81%), hsl(143, 50%, 61%))
hex
background-color: #B6E7C9;
tailwind
bg-[hsl(143,50%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 50%, 81%, 0.4);
css variable
--color-primary: hsl(143, 50%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 50%, 81%)?
HEX: #B6E7C9 | RGB: rgb(182, 231, 201) | CMYK: 21%, 0%, 13%, 9% | HSV: 143°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #B6E7C9?
The complementary color is HSL(323, 50%, 81%). 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, 50%, 81%) in CSS?
As HSL: color: hsl(143, 50%, 81%); — As HEX: color: #B6E7C9; — As RGB: color: rgb(182, 231, 201); — Tailwind CSS: bg-[hsl(143,50%,81%)] — CSS variable: --color-primary: hsl(143, 50%, 81%);