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