#bfdf03
a dark, electric yellow · cool · closest name: yellow
RGB
191, 223, 3
HSL
69°, 97%, 44%
CMYK
14, 0, 99, 13
Luminance
0.6386
Every format
| HEX | #bfdf03 |
| RGB | rgb(191, 223, 3) |
| HSL | hsl(69, 97%, 44%) |
| CMYK | cmyk(14%, 0%, 99%, 13%) |
| LAB | lab(83.9 -32.7 82.3) |
| LCH | lch(83.9 88.6 111.7) |
| OKLCH | oklch(0.850 0.201 119.6) |
Copy-ready code
/* CSS */
color: #bfdf03;
background-color: #bfdf03;
/* Tailwind (arbitrary) */
class="text-[#bfdf03] bg-[#bfdf03]"
/* SCSS */
$brand: #bfdf03;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.012)
/* Android */
Color.parseColor("#bfdf03")Accessibility — WCAG contrast
Aa
#bfdf03 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf03 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue1.2%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow98.7%
Key (black)12.5%
Color previews
#bfdf03 text on a black background
contrast 13.77:1
Card sample
#bfdf03 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf03;
Background color
Panel with #bfdf03 background
background-color: #bfdf03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf03; background: linear-gradient(135deg, #bfdf03, #2CDF03);