#bade0b
a balanced, electric green · cool · closest name: yellow
RGB
186, 222, 11
HSL
70°, 91%, 46%
CMYK
16, 0, 95, 13
Luminance
0.6271
Every format
| HEX | #bade0b |
| RGB | rgb(186, 222, 11) |
| HSL | hsl(70, 91%, 46%) |
| CMYK | cmyk(16%, 0%, 95%, 13%) |
| LAB | lab(83.3 -34.2 81.0) |
| LCH | lch(83.3 87.9 112.9) |
| OKLCH | oklch(0.844 0.201 120.8) |
Copy-ready code
/* CSS */
color: #bade0b;
background-color: #bade0b;
/* Tailwind (arbitrary) */
class="text-[#bade0b] bg-[#bade0b]"
/* SCSS */
$brand: #bade0b;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.043)
/* Android */
Color.parseColor("#bade0b")Accessibility — WCAG contrast
Aa
#bade0b on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade0b on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue4.3%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow95.0%
Key (black)12.9%
Color previews
#bade0b text on a black background
contrast 13.54:1
Card sample
#bade0b text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade0b;
Background color
Panel with #bade0b background
background-color: #bade0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade0b; background: linear-gradient(135deg, #bade0b, #2DDE0B);