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