HSL(143, 46%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,46%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 46%, 82%) | color: hsl(143, 46%, 82%) | |
| HEX | #BCE6CC | color: #BCE6CC | |
| RGB | rgb(188, 230, 204) | color: rgb(188, 230, 204) | |
| CMYK | cmyk(18%, 0%, 11%, 10%) | — | |
| HSV | hsv(143, 18%, 90%) | — | |
| HWB | hwb(143 74% 10%) | color: hwb(143 74% 10%) | |
| OKLCH | oklch(0.888 0.0564 157.87) | color: oklch(0.888 0.0564 157.87) | |
| Lab | lab(87.8 -18.64 8.18) | color: lab(87.8 -18.64 8.18) | |
| LCH | lch(87.8 20.36 156.31) | color: lch(87.8 20.36 156.31) |
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)
#CECFD2 — rgb(206, 207, 210)
Deuteranopia (Green-blind)
#CCC9D4 — rgb(204, 201, 212)
Tritanopia (Blue-blind)
#BED7D8 — rgb(190, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 46%, 82%);
text
color: hsl(143, 46%, 82%);
border
border: 2px solid hsl(143, 46%, 82%);
gradient light
background: linear-gradient(to right, hsl(143, 46%, 100%), hsl(143, 46%, 82%));
gradient dark
background: linear-gradient(to right, hsl(143, 46%, 82%), hsl(143, 46%, 62%))
hex
background-color: #BCE6CC;
tailwind
bg-[hsl(143,46%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 46%, 82%, 0.4);
css variable
--color-primary: hsl(143, 46%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 46%, 82%)?
HEX: #BCE6CC | RGB: rgb(188, 230, 204) | CMYK: 18%, 0%, 11%, 10% | HSV: 143°, 18%, 90%. Copy any format from the conversion table above.
What colors go well with #BCE6CC?
The complementary color is HSL(323, 46%, 82%). 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, 46%, 82%) in CSS?
As HSL: color: hsl(143, 46%, 82%); — As HEX: color: #BCE6CC; — As RGB: color: rgb(188, 230, 204); — Tailwind CSS: bg-[hsl(143,46%,82%)] — CSS variable: --color-primary: hsl(143, 46%, 82%);