#bade8a
a light, vivid green · cool · closest name: khaki
RGB
186, 222, 138
HSL
86°, 56%, 71%
CMYK
16, 0, 38, 13
Luminance
0.6452
Every format
| HEX | #bade8a |
| RGB | rgb(186, 222, 138) |
| HSL | hsl(86, 56%, 71%) |
| CMYK | cmyk(16%, 0%, 38%, 13%) |
| LAB | lab(84.2 -25.9 37.4) |
| LCH | lch(84.2 45.5 124.7) |
| OKLCH | oklch(0.855 0.116 127.6) |
Copy-ready code
/* CSS */
color: #bade8a;
background-color: #bade8a;
/* Tailwind (arbitrary) */
class="text-[#bade8a] bg-[#bade8a]"
/* SCSS */
$brand: #bade8a;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.541)
/* Android */
Color.parseColor("#bade8a")Accessibility — WCAG contrast
Aa
#bade8a on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade8a on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue54.1%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow37.8%
Key (black)12.9%
Color previews
#bade8a text on a black background
contrast 13.90:1
Card sample
#bade8a text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade8a;
Background color
Panel with #bade8a background
background-color: #bade8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade8a; background: linear-gradient(135deg, #bade8a, #8ADE92);