#bfd403
a dark, electric yellow · cool · closest name: yellow
RGB
191, 212, 3
HSL
66°, 97%, 42%
CMYK
10, 0, 99, 17
Luminance
0.5817
Every format
| HEX | #bfd403 |
| RGB | rgb(191, 212, 3) |
| HSL | hsl(66, 97%, 42%) |
| CMYK | cmyk(10%, 0%, 99%, 17%) |
| LAB | lab(80.8 -27.6 80.0) |
| LCH | lch(80.8 84.6 109.0) |
| OKLCH | oklch(0.825 0.190 116.7) |
Copy-ready code
/* CSS */
color: #bfd403;
background-color: #bfd403;
/* Tailwind (arbitrary) */
class="text-[#bfd403] bg-[#bfd403]"
/* SCSS */
$brand: #bfd403;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.012)
/* Android */
Color.parseColor("#bfd403")Accessibility — WCAG contrast
Aa
#bfd403 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd403 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue1.2%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow98.6%
Key (black)16.9%
Color previews
#bfd403 text on a black background
contrast 12.63:1
Card sample
#bfd403 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd403;
Background color
Panel with #bfd403 background
background-color: #bfd403;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd403;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd403; background: linear-gradient(135deg, #bfd403, #34D403);