#badf13
a balanced, electric green · cool · closest name: yellow
RGB
186, 223, 19
HSL
71°, 84%, 48%
CMYK
17, 0, 92, 13
Luminance
0.6326
Every format
| HEX | #badf13 |
| RGB | rgb(186, 223, 19) |
| HSL | hsl(71, 84%, 48%) |
| CMYK | cmyk(17%, 0%, 92%, 13%) |
| LAB | lab(83.6 -34.5 80.4) |
| LCH | lch(83.6 87.5 113.2) |
| OKLCH | oklch(0.847 0.200 121.1) |
Copy-ready code
/* CSS */
color: #badf13;
background-color: #badf13;
/* Tailwind (arbitrary) */
class="text-[#badf13] bg-[#badf13]"
/* SCSS */
$brand: #badf13;
/* SwiftUI */
Color(red: 0.729, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#badf13")Accessibility — WCAG contrast
Aa
#badf13 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badf13 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.5%
Blue7.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow91.5%
Key (black)12.5%
Color previews
#badf13 text on a black background
contrast 13.65:1
Card sample
#badf13 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badf13;
Background color
Panel with #badf13 background
background-color: #badf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badf13; background: linear-gradient(135deg, #badf13, #32DF13);