HSL(112, 55%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,55%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 55%, 82%) | color: hsl(112, 55%, 82%) | |
| HEX | #BFEAB8 | color: #BFEAB8 | |
| RGB | rgb(191, 234, 184) | color: rgb(191, 234, 184) | |
| CMYK | cmyk(18%, 0%, 21%, 8%) | — | |
| HSV | hsv(112, 21%, 92%) | — | |
| HWB | hwb(112 73% 8%) | color: hwb(112 73% 8%) | |
| OKLCH | oklch(0.8937 0.0808 141.15) | color: oklch(0.8937 0.0808 141.15) | |
| Lab | lab(88.63 -23.13 19.81) | color: lab(88.63 -23.13 19.81) | |
| LCH | lch(88.63 30.45 139.42) | color: lch(88.63 30.45 139.42) |
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)
#D2D2C4 — rgb(210, 210, 196)
Deuteranopia (Green-blind)
#CFCCC7 — rgb(207, 204, 199)
Tritanopia (Blue-blind)
#C1CED0 — rgb(193, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 55%, 82%);
text
color: hsl(112, 55%, 82%);
border
border: 2px solid hsl(112, 55%, 82%);
gradient light
background: linear-gradient(to right, hsl(112, 55%, 100%), hsl(112, 55%, 82%));
gradient dark
background: linear-gradient(to right, hsl(112, 55%, 82%), hsl(112, 55%, 62%))
hex
background-color: #BFEAB8;
tailwind
bg-[hsl(112,55%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 55%, 82%, 0.4);
css variable
--color-primary: hsl(112, 55%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 55%, 82%)?
HEX: #BFEAB8 | RGB: rgb(191, 234, 184) | CMYK: 18%, 0%, 21%, 8% | HSV: 112°, 21%, 92%. Copy any format from the conversion table above.
What colors go well with #BFEAB8?
The complementary color is HSL(292, 55%, 82%). 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, 55%, 82%) in CSS?
As HSL: color: hsl(112, 55%, 82%); — As HEX: color: #BFEAB8; — As RGB: color: rgb(191, 234, 184); — Tailwind CSS: bg-[hsl(112,55%,82%)] — CSS variable: --color-primary: hsl(112, 55%, 82%);