HSL(112, 52%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,52%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 52%, 78%) | color: hsl(112, 52%, 78%) | |
| HEX | #B2E4AA | color: #B2E4AA | |
| RGB | rgb(178, 228, 170) | color: rgb(178, 228, 170) | |
| CMYK | cmyk(22%, 0%, 25%, 11%) | — | |
| HSV | hsv(112, 25%, 89%) | — | |
| HWB | hwb(112 67% 11%) | color: hwb(112 67% 11%) | |
| OKLCH | oklch(0.8692 0.0941 141.17) | color: oklch(0.8692 0.0941 141.17) | |
| Lab | lab(85.93 -26.9 23.21) | color: lab(85.93 -26.9 23.21) | |
| LCH | lch(85.93 35.53 139.21) | color: lch(85.93 35.53 139.21) |
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)
#C8C8B8 — rgb(200, 200, 184)
Deuteranopia (Green-blind)
#C5C1BB — rgb(197, 193, 187)
Tritanopia (Blue-blind)
#B5C3C6 — rgb(181, 195, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 52%, 78%);
text
color: hsl(112, 52%, 78%);
border
border: 2px solid hsl(112, 52%, 78%);
gradient light
background: linear-gradient(to right, hsl(112, 52%, 98%), hsl(112, 52%, 78%));
gradient dark
background: linear-gradient(to right, hsl(112, 52%, 78%), hsl(112, 52%, 58%))
hex
background-color: #B2E4AA;
tailwind
bg-[hsl(112,52%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 52%, 78%, 0.4);
css variable
--color-primary: hsl(112, 52%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 52%, 78%)?
HEX: #B2E4AA | RGB: rgb(178, 228, 170) | CMYK: 22%, 0%, 25%, 11% | HSV: 112°, 25%, 89%. Copy any format from the conversion table above.
What colors go well with #B2E4AA?
The complementary color is HSL(292, 52%, 78%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 52%, 78%) in CSS?
As HSL: color: hsl(112, 52%, 78%); — As HEX: color: #B2E4AA; — As RGB: color: rgb(178, 228, 170); — Tailwind CSS: bg-[hsl(112,52%,78%)] — CSS variable: --color-primary: hsl(112, 52%, 78%);