HSL(143, 36%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,36%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 36%, 78%) | color: hsl(143, 36%, 78%) | |
| HEX | #B3DBC2 | color: #B3DBC2 | |
| RGB | rgb(179, 219, 194) | color: rgb(179, 219, 194) | |
| CMYK | cmyk(18%, 0%, 11%, 14%) | — | |
| HSV | hsv(143, 18%, 86%) | — | |
| HWB | hwb(143 71% 14%) | color: hwb(143 71% 14%) | |
| OKLCH | oklch(0.8558 0.0544 157.61) | color: oklch(0.8558 0.0544 157.61) | |
| Lab | lab(84.04 -17.96 7.98) | color: lab(84.04 -17.96 7.98) | |
| LCH | lch(84.04 19.65 156.04) | color: lch(84.04 19.65 156.04) |
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)
#C4C5C8 — rgb(196, 197, 200)
Deuteranopia (Green-blind)
#C2BFCA — rgb(194, 191, 202)
Tritanopia (Blue-blind)
#B5CDCE — rgb(181, 205, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 36%, 78%);
text
color: hsl(143, 36%, 78%);
border
border: 2px solid hsl(143, 36%, 78%);
gradient light
background: linear-gradient(to right, hsl(143, 36%, 98%), hsl(143, 36%, 78%));
gradient dark
background: linear-gradient(to right, hsl(143, 36%, 78%), hsl(143, 36%, 58%))
hex
background-color: #B3DBC2;
tailwind
bg-[hsl(143,36%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 36%, 78%, 0.4);
css variable
--color-primary: hsl(143, 36%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 36%, 78%)?
HEX: #B3DBC2 | RGB: rgb(179, 219, 194) | CMYK: 18%, 0%, 11%, 14% | HSV: 143°, 18%, 86%. Copy any format from the conversion table above.
What colors go well with #B3DBC2?
The complementary color is HSL(323, 36%, 78%). 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, 36%, 78%) in CSS?
As HSL: color: hsl(143, 36%, 78%); — As HEX: color: #B3DBC2; — As RGB: color: rgb(179, 219, 194); — Tailwind CSS: bg-[hsl(143,36%,78%)] — CSS variable: --color-primary: hsl(143, 36%, 78%);