#bade5a
a balanced, vivid green · cool · closest name: khaki
RGB
186, 222, 90
HSL
76°, 67%, 61%
CMYK
16, 0, 60, 13
Luminance
0.6342
Every format
| HEX | #bade5a |
| RGB | rgb(186, 222, 90) |
| HSL | hsl(76, 67%, 61%) |
| CMYK | cmyk(16%, 0%, 60%, 13%) |
| LAB | lab(83.7 -30.8 59.4) |
| LCH | lch(83.7 66.9 117.4) |
| OKLCH | oklch(0.849 0.163 122.8) |
Copy-ready code
/* CSS */
color: #bade5a;
background-color: #bade5a;
/* Tailwind (arbitrary) */
class="text-[#bade5a] bg-[#bade5a]"
/* SCSS */
$brand: #bade5a;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.353)
/* Android */
Color.parseColor("#bade5a")Accessibility — WCAG contrast
Aa
#bade5a on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade5a on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue35.3%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow59.5%
Key (black)12.9%
Color previews
#bade5a text on a black background
contrast 13.68:1
Card sample
#bade5a text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade5a;
Background color
Panel with #bade5a background
background-color: #bade5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade5a; background: linear-gradient(135deg, #bade5a, #62DE5A);