#bfcd13
a dark, electric yellow · cool · closest name: yellow
RGB
191, 205, 19
HSL
65°, 83%, 44%
CMYK
7, 0, 91, 20
Luminance
0.5479
Every format
| HEX | #bfcd13 |
| RGB | rgb(191, 205, 19) |
| HSL | hsl(65, 83%, 44%) |
| CMYK | cmyk(7%, 0%, 91%, 20%) |
| LAB | lab(78.9 -24.0 76.8) |
| LCH | lch(78.9 80.5 107.3) |
| OKLCH | oklch(0.810 0.180 114.7) |
Copy-ready code
/* CSS */
color: #bfcd13;
background-color: #bfcd13;
/* Tailwind (arbitrary) */
class="text-[#bfcd13] bg-[#bfcd13]"
/* SCSS */
$brand: #bfcd13;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.075)
/* Android */
Color.parseColor("#bfcd13")Accessibility — WCAG contrast
Aa
#bfcd13 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcd13 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue7.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow90.7%
Key (black)19.6%
Color previews
#bfcd13 text on a black background
contrast 11.96:1
Card sample
#bfcd13 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcd13;
Background color
Panel with #bfcd13 background
background-color: #bfcd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcd13; background: linear-gradient(135deg, #bfcd13, #43CD13);