#bfbf13
a dark, electric yellow · cool · closest name: gold
RGB
191, 191, 19
HSL
60°, 82%, 41%
CMYK
0, 0, 90, 25
Luminance
0.4838
Every format
| HEX | #bfbf13 |
| RGB | rgb(191, 191, 19) |
| HSL | hsl(60, 82%, 41%) |
| CMYK | cmyk(0%, 0%, 90%, 25%) |
| LAB | lab(75.1 -17.1 73.8) |
| LCH | lch(75.1 75.8 103.0) |
| OKLCH | oklch(0.779 0.167 109.7) |
Copy-ready code
/* CSS */
color: #bfbf13;
background-color: #bfbf13;
/* Tailwind (arbitrary) */
class="text-[#bfbf13] bg-[#bfbf13]"
/* SCSS */
$brand: #bfbf13;
/* SwiftUI */
Color(red: 0.749, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#bfbf13")Accessibility — WCAG contrast
Aa
#bfbf13 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbf13 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#bfbf13 text on a black background
contrast 10.68:1
Card sample
#bfbf13 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbf13;
Background color
Panel with #bfbf13 background
background-color: #bfbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbf13; background: linear-gradient(135deg, #bfbf13, #4CBF13);