HSL(113, 53%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,53%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 53%, 82%) | color: hsl(113, 53%, 82%) | |
| HEX | #BEE9B9 | color: #BEE9B9 | |
| RGB | rgb(190, 233, 185) | color: rgb(190, 233, 185) | |
| CMYK | cmyk(18%, 0%, 21%, 9%) | — | |
| HSV | hsv(114, 21%, 91%) | — | |
| HWB | hwb(114 72% 9%) | color: hwb(114 72% 9%) | |
| OKLCH | oklch(0.8911 0.0787 142.15) | color: oklch(0.8911 0.0787 142.15) | |
| Lab | lab(88.32 -22.81 18.85) | color: lab(88.32 -22.81 18.85) | |
| LCH | lch(88.32 29.59 140.43) | color: lch(88.32 29.59 140.43) |
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)
#D1D1C5 — rgb(209, 209, 197)
Deuteranopia (Green-blind)
#CECBC7 — rgb(206, 203, 199)
Tritanopia (Blue-blind)
#C0CED0 — rgb(192, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 53%, 82%);
text
color: hsl(113, 53%, 82%);
border
border: 2px solid hsl(113, 53%, 82%);
gradient light
background: linear-gradient(to right, hsl(113, 53%, 100%), hsl(113, 53%, 82%));
gradient dark
background: linear-gradient(to right, hsl(113, 53%, 82%), hsl(113, 53%, 62%))
hex
background-color: #BEE9B9;
tailwind
bg-[hsl(113,53%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 53%, 82%, 0.4);
css variable
--color-primary: hsl(113, 53%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 53%, 82%)?
HEX: #BEE9B9 | RGB: rgb(190, 233, 185) | CMYK: 18%, 0%, 21%, 9% | HSV: 114°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #BEE9B9?
The complementary color is HSL(293, 53%, 82%). 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, 53%, 82%) in CSS?
As HSL: color: hsl(113, 53%, 82%); — As HEX: color: #BEE9B9; — As RGB: color: rgb(190, 233, 185); — Tailwind CSS: bg-[hsl(113,53%,82%)] — CSS variable: --color-primary: hsl(113, 53%, 82%);