#bfca13
a dark, electric yellow · cool · closest name: gold
RGB
191, 202, 19
HSL
64°, 83%, 43%
CMYK
5, 0, 91, 21
Luminance
0.5336
Every format
| HEX | #bfca13 |
| RGB | rgb(191, 202, 19) |
| HSL | hsl(64, 83%, 43%) |
| CMYK | cmyk(5%, 0%, 91%, 21%) |
| LAB | lab(78.1 -22.5 76.2) |
| LCH | lch(78.1 79.5 106.5) |
| OKLCH | oklch(0.803 0.177 113.7) |
Copy-ready code
/* CSS */
color: #bfca13;
background-color: #bfca13;
/* Tailwind (arbitrary) */
class="text-[#bfca13] bg-[#bfca13]"
/* SCSS */
$brand: #bfca13;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.075)
/* Android */
Color.parseColor("#bfca13")Accessibility — WCAG contrast
Aa
#bfca13 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfca13 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue7.5%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow90.6%
Key (black)20.8%
Color previews
#bfca13 text on a black background
contrast 11.67:1
Card sample
#bfca13 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfca13;
Background color
Panel with #bfca13 background
background-color: #bfca13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfca13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfca13; background: linear-gradient(135deg, #bfca13, #45CA13);