HSL(143, 24%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,24%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 24%, 78%) | color: hsl(143, 24%, 78%) | |
| HEX | #B9D4C4 | color: #B9D4C4 | |
| RGB | rgb(185, 212, 196) | color: rgb(185, 212, 196) | |
| CMYK | cmyk(13%, 0%, 8%, 17%) | — | |
| HSV | hsv(144, 13%, 83%) | — | |
| HWB | hwb(144 72% 17%) | color: hwb(144 72% 17%) | |
| OKLCH | oklch(0.8454 0.0363 159.54) | color: oklch(0.8454 0.0363 159.54) | |
| Lab | lab(82.59 -12.07 4.88) | color: lab(82.59 -12.07 4.88) | |
| LCH | lch(82.59 13.02 157.99) | color: lch(82.59 13.02 157.99) |
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)
#C5C5C8 — rgb(197, 197, 200)
Deuteranopia (Green-blind)
#C3C1C9 — rgb(195, 193, 201)
Tritanopia (Blue-blind)
#BACBCC — rgb(186, 203, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 24%, 78%);
text
color: hsl(143, 24%, 78%);
border
border: 2px solid hsl(143, 24%, 78%);
gradient light
background: linear-gradient(to right, hsl(143, 24%, 98%), hsl(143, 24%, 78%));
gradient dark
background: linear-gradient(to right, hsl(143, 24%, 78%), hsl(143, 24%, 58%))
hex
background-color: #B9D4C4;
tailwind
bg-[hsl(143,24%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 24%, 78%, 0.4);
css variable
--color-primary: hsl(143, 24%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 24%, 78%)?
HEX: #B9D4C4 | RGB: rgb(185, 212, 196) | CMYK: 13%, 0%, 8%, 17% | HSV: 144°, 13%, 83%. Copy any format from the conversion table above.
What colors go well with #B9D4C4?
The complementary color is HSL(323, 24%, 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, 24%, 78%) in CSS?
As HSL: color: hsl(143, 24%, 78%); — As HEX: color: #B9D4C4; — As RGB: color: rgb(185, 212, 196); — Tailwind CSS: bg-[hsl(143,24%,78%)] — CSS variable: --color-primary: hsl(143, 24%, 78%);