#bdda13
a balanced, electric yellow · cool · closest name: yellow
RGB
189, 218, 19
HSL
69°, 84%, 47%
CMYK
13, 0, 91, 15
Luminance
0.6101
Every format
| HEX | #bdda13 |
| RGB | rgb(189, 218, 19) |
| HSL | hsl(69, 84%, 47%) |
| CMYK | cmyk(13%, 0%, 91%, 15%) |
| LAB | lab(82.4 -31.0 79.5) |
| LCH | lch(82.4 85.3 111.3) |
| OKLCH | oklch(0.838 0.194 119.0) |
Copy-ready code
/* CSS */
color: #bdda13;
background-color: #bdda13;
/* Tailwind (arbitrary) */
class="text-[#bdda13] bg-[#bdda13]"
/* SCSS */
$brand: #bdda13;
/* SwiftUI */
Color(red: 0.741, green: 0.855, blue: 0.075)
/* Android */
Color.parseColor("#bdda13")Accessibility — WCAG contrast
Aa
#bdda13 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdda13 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green85.5%
Blue7.5%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow91.3%
Key (black)14.5%
Color previews
#bdda13 text on a black background
contrast 13.20:1
Card sample
#bdda13 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdda13;
Background color
Panel with #bdda13 background
background-color: #bdda13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdda13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 218, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 218, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdda13; background: linear-gradient(135deg, #bdda13, #38DA13);