#badc13
a balanced, electric green · cool · closest name: yellow
RGB
186, 220, 19
HSL
70°, 84%, 47%
CMYK
16, 0, 91, 14
Luminance
0.6167
Every format
| HEX | #badc13 |
| RGB | rgb(186, 220, 19) |
| HSL | hsl(70, 84%, 47%) |
| CMYK | cmyk(16%, 0%, 91%, 14%) |
| LAB | lab(82.7 -33.1 79.7) |
| LCH | lch(82.7 86.3 112.6) |
| OKLCH | oklch(0.840 0.197 120.4) |
Copy-ready code
/* CSS */
color: #badc13;
background-color: #badc13;
/* Tailwind (arbitrary) */
class="text-[#badc13] bg-[#badc13]"
/* SCSS */
$brand: #badc13;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#badc13")Accessibility — WCAG contrast
Aa
#badc13 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badc13 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue7.5%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#badc13 text on a black background
contrast 13.33:1
Card sample
#badc13 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badc13;
Background color
Panel with #badc13 background
background-color: #badc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badc13; background: linear-gradient(135deg, #badc13, #34DC13);