HSL(113, 48%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,48%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 48%, 78%) | color: hsl(113, 48%, 78%) | |
| HEX | #B2E2AC | color: #B2E2AC | |
| RGB | rgb(178, 226, 172) | color: rgb(178, 226, 172) | |
| CMYK | cmyk(21%, 0%, 24%, 11%) | — | |
| HSV | hsv(113, 24%, 89%) | — | |
| HWB | hwb(113 68% 11%) | color: hwb(113 68% 11%) | |
| OKLCH | oklch(0.8652 0.0887 141.91) | color: oklch(0.8652 0.0887 141.91) | |
| Lab | lab(85.42 -25.61 21.46) | color: lab(85.42 -25.61 21.46) | |
| LCH | lch(85.42 33.41 140.04) | color: lch(85.42 33.41 140.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)
#C7C7B9 — rgb(199, 199, 185)
Deuteranopia (Green-blind)
#C4C0BC — rgb(196, 192, 188)
Tritanopia (Blue-blind)
#B4C3C6 — rgb(180, 195, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 48%, 78%);
text
color: hsl(113, 48%, 78%);
border
border: 2px solid hsl(113, 48%, 78%);
gradient light
background: linear-gradient(to right, hsl(113, 48%, 98%), hsl(113, 48%, 78%));
gradient dark
background: linear-gradient(to right, hsl(113, 48%, 78%), hsl(113, 48%, 58%))
hex
background-color: #B2E2AC;
tailwind
bg-[hsl(113,48%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 48%, 78%, 0.4);
css variable
--color-primary: hsl(113, 48%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 48%, 78%)?
HEX: #B2E2AC | RGB: rgb(178, 226, 172) | CMYK: 21%, 0%, 24%, 11% | HSV: 113°, 24%, 89%. Copy any format from the conversion table above.
What colors go well with #B2E2AC?
The complementary color is HSL(293, 48%, 78%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 48%, 78%) in CSS?
As HSL: color: hsl(113, 48%, 78%); — As HEX: color: #B2E2AC; — As RGB: color: rgb(178, 226, 172); — Tailwind CSS: bg-[hsl(113,48%,78%)] — CSS variable: --color-primary: hsl(113, 48%, 78%);