#bad813
a balanced, electric yellow · cool · closest name: yellow
RGB
186, 216, 19
HSL
69°, 84%, 46%
CMYK
14, 0, 91, 15
Luminance
0.5960
Every format
| HEX | #bad813 |
| RGB | rgb(186, 216, 19) |
| HSL | hsl(69, 84%, 46%) |
| CMYK | cmyk(14%, 0%, 91%, 15%) |
| LAB | lab(81.6 -31.3 78.8) |
| LCH | lch(81.6 84.8 111.7) |
| OKLCH | oklch(0.831 0.193 119.4) |
Copy-ready code
/* CSS */
color: #bad813;
background-color: #bad813;
/* Tailwind (arbitrary) */
class="text-[#bad813] bg-[#bad813]"
/* SCSS */
$brand: #bad813;
/* SwiftUI */
Color(red: 0.729, green: 0.847, blue: 0.075)
/* Android */
Color.parseColor("#bad813")Accessibility — WCAG contrast
Aa
#bad813 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad813 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green84.7%
Blue7.5%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow91.2%
Key (black)15.3%
Color previews
#bad813 text on a black background
contrast 12.92:1
Card sample
#bad813 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad813;
Background color
Panel with #bad813 background
background-color: #bad813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 216, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 216, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad813; background: linear-gradient(135deg, #bad813, #37D813);