HSL(116, 59%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,59%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 59%, 83%) | color: hsl(116, 59%, 83%) | |
| HEX | #BDEDBA | color: #BDEDBA | |
| RGB | rgb(189, 237, 186) | color: rgb(189, 237, 186) | |
| CMYK | cmyk(20%, 0%, 22%, 7%) | — | |
| HSV | hsv(116, 22%, 93%) | — | |
| HWB | hwb(116 73% 7%) | color: hwb(116 73% 7%) | |
| OKLCH | oklch(0.8994 0.0847 143.33) | color: oklch(0.8994 0.0847 143.33) | |
| Lab | lab(89.36 -24.91 19.77) | color: lab(89.36 -24.91 19.77) | |
| LCH | lch(89.36 31.8 141.56) | color: lch(89.36 31.8 141.56) |
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)
#D2D2C6 — rgb(210, 210, 198)
Deuteranopia (Green-blind)
#CFCBC9 — rgb(207, 203, 201)
Tritanopia (Blue-blind)
#BFD0D2 — rgb(191, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 59%, 83%);
text
color: hsl(116, 59%, 83%);
border
border: 2px solid hsl(116, 59%, 83%);
gradient light
background: linear-gradient(to right, hsl(116, 59%, 100%), hsl(116, 59%, 83%));
gradient dark
background: linear-gradient(to right, hsl(116, 59%, 83%), hsl(116, 59%, 63%))
hex
background-color: #BDEDBA;
tailwind
bg-[hsl(116,59%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 59%, 83%, 0.4);
css variable
--color-primary: hsl(116, 59%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 59%, 83%)?
HEX: #BDEDBA | RGB: rgb(189, 237, 186) | CMYK: 20%, 0%, 22%, 7% | HSV: 116°, 22%, 93%. Copy any format from the conversion table above.
What colors go well with #BDEDBA?
The complementary color is HSL(296, 59%, 83%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 59%, 83%) in CSS?
As HSL: color: hsl(116, 59%, 83%); — As HEX: color: #BDEDBA; — As RGB: color: rgb(189, 237, 186); — Tailwind CSS: bg-[hsl(116,59%,83%)] — CSS variable: --color-primary: hsl(116, 59%, 83%);