#bade7a
a light, vivid green · cool · closest name: khaki
RGB
186, 222, 122
HSL
82°, 60%, 68%
CMYK
16, 0, 45, 13
Luminance
0.6409
Every format
| HEX | #bade7a |
| RGB | rgb(186, 222, 122) |
| HSL | hsl(82, 60%, 68%) |
| CMYK | cmyk(16%, 0%, 45%, 13%) |
| LAB | lab(84.0 -27.8 45.0) |
| LCH | lch(84.0 52.9 121.7) |
| OKLCH | oklch(0.853 0.133 125.4) |
Copy-ready code
/* CSS */
color: #bade7a;
background-color: #bade7a;
/* Tailwind (arbitrary) */
class="text-[#bade7a] bg-[#bade7a]"
/* SCSS */
$brand: #bade7a;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.478)
/* Android */
Color.parseColor("#bade7a")Accessibility — WCAG contrast
Aa
#bade7a on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade7a on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue47.8%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow45.0%
Key (black)12.9%
Color previews
#bade7a text on a black background
contrast 13.82:1
Card sample
#bade7a text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade7a;
Background color
Panel with #bade7a background
background-color: #bade7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade7a; background: linear-gradient(135deg, #bade7a, #7ADE7D);