HSL(118, 53%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(118,53%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(118, 53%, 82%) | color: hsl(118, 53%, 82%) | |
| HEX | #BAE9B9 | color: #BAE9B9 | |
| RGB | rgb(186, 233, 185) | color: rgb(186, 233, 185) | |
| CMYK | cmyk(20%, 0%, 21%, 9%) | — | |
| HSV | hsv(119, 21%, 91%) | — | |
| HWB | hwb(119 72% 9%) | color: hwb(119 72% 9%) | |
| OKLCH | oklch(0.8885 0.0812 144.33) | color: oklch(0.8885 0.0812 144.33) | |
| Lab | lab(88.07 -24.15 18.47) | color: lab(88.07 -24.15 18.47) | |
| LCH | lch(88.07 30.4 142.59) | color: lch(88.07 30.4 142.59) |
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)
#CECFC5 — rgb(206, 207, 197)
Deuteranopia (Green-blind)
#CCC8C7 — rgb(204, 200, 199)
Tritanopia (Blue-blind)
#BCCED0 — rgb(188, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(118, 53%, 82%);
text
color: hsl(118, 53%, 82%);
border
border: 2px solid hsl(118, 53%, 82%);
gradient light
background: linear-gradient(to right, hsl(118, 53%, 100%), hsl(118, 53%, 82%));
gradient dark
background: linear-gradient(to right, hsl(118, 53%, 82%), hsl(118, 53%, 62%))
hex
background-color: #BAE9B9;
tailwind
bg-[hsl(118,53%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(118, 53%, 82%, 0.4);
css variable
--color-primary: hsl(118, 53%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(118, 53%, 82%)?
HEX: #BAE9B9 | RGB: rgb(186, 233, 185) | CMYK: 20%, 0%, 21%, 9% | HSV: 119°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #BAE9B9?
The complementary color is HSL(298, 53%, 82%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(118, 53%, 82%) in CSS?
As HSL: color: hsl(118, 53%, 82%); — As HEX: color: #BAE9B9; — As RGB: color: rgb(186, 233, 185); — Tailwind CSS: bg-[hsl(118,53%,82%)] — CSS variable: --color-primary: hsl(118, 53%, 82%);