#bada00
a dark, electric yellow · cool · closest name: yellow
RGB
186, 218, 0
HSL
69°, 100%, 43%
CMYK
15, 0, 100, 15
Luminance
0.6058
Every format
| HEX | #bada00 |
| RGB | rgb(186, 218, 0) |
| HSL | hsl(69, 100%, 43%) |
| CMYK | cmyk(15%, 0%, 100%, 15%) |
| LAB | lab(82.2 -32.5 81.1) |
| LCH | lch(82.2 87.4 111.8) |
| OKLCH | oklch(0.835 0.198 119.8) |
Copy-ready code
/* CSS */
color: #bada00;
background-color: #bada00;
/* Tailwind (arbitrary) */
class="text-[#bada00] bg-[#bada00]"
/* SCSS */
$brand: #bada00;
/* SwiftUI */
Color(red: 0.729, green: 0.855, blue: 0.000)
/* Android */
Color.parseColor("#bada00")Accessibility — WCAG contrast
Aa
#bada00 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bada00 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.5%
Blue0.0%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow100.0%
Key (black)14.5%
Color previews
#bada00 text on a black background
contrast 13.12:1
Card sample
#bada00 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bada00;
Background color
Panel with #bada00 background
background-color: #bada00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bada00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 218, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 218, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bada00; background: linear-gradient(135deg, #bada00, #29DA00);