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