HSL(116, 55%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,55%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 55%, 83%) | color: hsl(116, 55%, 83%) | |
| HEX | #BFEBBC | color: #BFEBBC | |
| RGB | rgb(191, 235, 188) | color: rgb(191, 235, 188) | |
| CMYK | cmyk(19%, 0%, 20%, 8%) | — | |
| HSV | hsv(116, 20%, 92%) | — | |
| HWB | hwb(116 74% 8%) | color: hwb(116 74% 8%) | |
| OKLCH | oklch(0.8968 0.0781 143.24) | color: oklch(0.8968 0.0781 143.24) | |
| Lab | lab(88.98 -22.94 18.23) | color: lab(88.98 -22.94 18.23) | |
| LCH | lch(88.98 29.3 141.53) | color: lch(88.98 29.3 141.53) |
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)
#D2D2C7 — rgb(210, 210, 199)
Deuteranopia (Green-blind)
#D0CCCA — rgb(208, 204, 202)
Tritanopia (Blue-blind)
#C1D0D2 — rgb(193, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 55%, 83%);
text
color: hsl(116, 55%, 83%);
border
border: 2px solid hsl(116, 55%, 83%);
gradient light
background: linear-gradient(to right, hsl(116, 55%, 100%), hsl(116, 55%, 83%));
gradient dark
background: linear-gradient(to right, hsl(116, 55%, 83%), hsl(116, 55%, 63%))
hex
background-color: #BFEBBC;
tailwind
bg-[hsl(116,55%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 55%, 83%, 0.4);
css variable
--color-primary: hsl(116, 55%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 55%, 83%)?
HEX: #BFEBBC | RGB: rgb(191, 235, 188) | CMYK: 19%, 0%, 20%, 8% | HSV: 116°, 20%, 92%. Copy any format from the conversion table above.
What colors go well with #BFEBBC?
The complementary color is HSL(296, 55%, 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, 55%, 83%) in CSS?
As HSL: color: hsl(116, 55%, 83%); — As HEX: color: #BFEBBC; — As RGB: color: rgb(191, 235, 188); — Tailwind CSS: bg-[hsl(116,55%,83%)] — CSS variable: --color-primary: hsl(116, 55%, 83%);