#bfdc13
a balanced, electric yellow · cool · closest name: yellow
RGB
191, 220, 19
HSL
69°, 84%, 47%
CMYK
13, 0, 91, 14
Luminance
0.6231
Every format
| HEX | #bfdc13 |
| RGB | rgb(191, 220, 19) |
| HSL | hsl(69, 84%, 47%) |
| CMYK | cmyk(13%, 0%, 91%, 14%) |
| LAB | lab(83.1 -31.1 80.1) |
| LCH | lch(83.1 86.0 111.2) |
| OKLCH | oklch(0.844 0.195 119.0) |
Copy-ready code
/* CSS */
color: #bfdc13;
background-color: #bfdc13;
/* Tailwind (arbitrary) */
class="text-[#bfdc13] bg-[#bfdc13]"
/* SCSS */
$brand: #bfdc13;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#bfdc13")Accessibility — WCAG contrast
Aa
#bfdc13 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdc13 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue7.5%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#bfdc13 text on a black background
contrast 13.46:1
Card sample
#bfdc13 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdc13;
Background color
Panel with #bfdc13 background
background-color: #bfdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdc13; background: linear-gradient(135deg, #bfdc13, #39DC13);