HSL(116, 85%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,85%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 85%, 85%) | color: hsl(116, 85%, 85%) | |
| HEX | #BDF9B8 | color: #BDF9B8 | |
| RGB | rgb(189, 249, 184) | color: rgb(189, 249, 184) | |
| CMYK | cmyk(24%, 0%, 26%, 2%) | — | |
| HSV | hsv(115, 26%, 98%) | — | |
| HWB | hwb(115 73% 2%) | color: hwb(115 73% 2%) | |
| OKLCH | oklch(0.9251 0.1059 142.75) | color: oklch(0.9251 0.1059 142.75) | |
| Lab | lab(92.59 -30.92 25.26) | color: lab(92.59 -30.92 25.26) | |
| LCH | lch(92.59 39.93 140.75) | color: lch(92.59 39.93 140.75) |
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)
#D7D8C8 — rgb(215, 216, 200)
Deuteranopia (Green-blind)
#D4CFCC — rgb(212, 207, 204)
Tritanopia (Blue-blind)
#C0D4D7 — rgb(192, 212, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 85%, 85%);
text
color: hsl(116, 85%, 85%);
border
border: 2px solid hsl(116, 85%, 85%);
gradient light
background: linear-gradient(to right, hsl(116, 85%, 100%), hsl(116, 85%, 85%));
gradient dark
background: linear-gradient(to right, hsl(116, 85%, 85%), hsl(116, 85%, 65%))
hex
background-color: #BDF9B8;
tailwind
bg-[hsl(116,85%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 85%, 85%, 0.4);
css variable
--color-primary: hsl(116, 85%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 85%, 85%)?
HEX: #BDF9B8 | RGB: rgb(189, 249, 184) | CMYK: 24%, 0%, 26%, 2% | HSV: 115°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #BDF9B8?
The complementary color is HSL(296, 85%, 85%). 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, 85%, 85%) in CSS?
As HSL: color: hsl(116, 85%, 85%); — As HEX: color: #BDF9B8; — As RGB: color: rgb(189, 249, 184); — Tailwind CSS: bg-[hsl(116,85%,85%)] — CSS variable: --color-primary: hsl(116, 85%, 85%);