#bade1a
a balanced, electric green · cool · closest name: yellow
RGB
186, 222, 26
HSL
71°, 79%, 49%
CMYK
16, 0, 88, 13
Luminance
0.6276
Every format
| HEX | #bade1a |
| RGB | rgb(186, 222, 26) |
| HSL | hsl(71, 79%, 49%) |
| CMYK | cmyk(16%, 0%, 88%, 13%) |
| LAB | lab(83.3 -33.9 79.1) |
| LCH | lch(83.3 86.1 113.2) |
| OKLCH | oklch(0.845 0.198 120.9) |
Copy-ready code
/* CSS */
color: #bade1a;
background-color: #bade1a;
/* Tailwind (arbitrary) */
class="text-[#bade1a] bg-[#bade1a]"
/* SCSS */
$brand: #bade1a;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.102)
/* Android */
Color.parseColor("#bade1a")Accessibility — WCAG contrast
Aa
#bade1a on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade1a on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue10.2%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow88.3%
Key (black)12.9%
Color previews
#bade1a text on a black background
contrast 13.55:1
Card sample
#bade1a text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade1a;
Background color
Panel with #bade1a background
background-color: #bade1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade1a; background: linear-gradient(135deg, #bade1a, #37DE1A);