HSL(143, 48%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,48%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 48%, 82%) | color: hsl(143, 48%, 82%) | |
| HEX | #BBE7CC | color: #BBE7CC | |
| RGB | rgb(187, 231, 204) | color: rgb(187, 231, 204) | |
| CMYK | cmyk(19%, 0%, 12%, 9%) | — | |
| HSV | hsv(143, 19%, 91%) | — | |
| HWB | hwb(143 74% 9%) | color: hwb(143 74% 9%) | |
| OKLCH | oklch(0.8895 0.0587 158.03) | color: oklch(0.8895 0.0587 158.03) | |
| Lab | lab(88 -19.46 8.48) | color: lab(88 -19.46 8.48) | |
| LCH | lch(88 21.23 156.45) | color: lch(88 21.23 156.45) |
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)
#CECED3 — rgb(206, 206, 211)
Deuteranopia (Green-blind)
#CCC8D4 — rgb(204, 200, 212)
Tritanopia (Blue-blind)
#BDD8D9 — rgb(189, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 48%, 82%);
text
color: hsl(143, 48%, 82%);
border
border: 2px solid hsl(143, 48%, 82%);
gradient light
background: linear-gradient(to right, hsl(143, 48%, 100%), hsl(143, 48%, 82%));
gradient dark
background: linear-gradient(to right, hsl(143, 48%, 82%), hsl(143, 48%, 62%))
hex
background-color: #BBE7CC;
tailwind
bg-[hsl(143,48%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 48%, 82%, 0.4);
css variable
--color-primary: hsl(143, 48%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 48%, 82%)?
HEX: #BBE7CC | RGB: rgb(187, 231, 204) | CMYK: 19%, 0%, 12%, 9% | HSV: 143°, 19%, 91%. Copy any format from the conversion table above.
What colors go well with #BBE7CC?
The complementary color is HSL(323, 48%, 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, 48%, 82%) in CSS?
As HSL: color: hsl(143, 48%, 82%); — As HEX: color: #BBE7CC; — As RGB: color: rgb(187, 231, 204); — Tailwind CSS: bg-[hsl(143,48%,82%)] — CSS variable: --color-primary: hsl(143, 48%, 82%);