#bf9913
a dark, electric yellow · cool · closest name: olive
RGB
191, 153, 19
HSL
47°, 82%, 41%
CMYK
0, 20, 90, 25
Luminance
0.3391
Every format
| HEX | #bf9913 |
| RGB | rgb(191, 153, 19) |
| HSL | hsl(47, 82%, 41%) |
| CMYK | cmyk(0%, 20%, 90%, 25%) |
| LAB | lab(64.9 2.8 65.9) |
| LCH | lch(64.9 65.9 87.6) |
| OKLCH | oklch(0.698 0.139 90.3) |
Copy-ready code
/* CSS */
color: #bf9913;
background-color: #bf9913;
/* Tailwind (arbitrary) */
class="text-[#bf9913] bg-[#bf9913]"
/* SCSS */
$brand: #bf9913;
/* SwiftUI */
Color(red: 0.749, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#bf9913")Accessibility — WCAG contrast
Aa
#bf9913 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9913 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow90.1%
Key (black)25.1%
Color previews
#bf9913 text on a black background
contrast 7.78:1
Card sample
#bf9913 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9913;
Background color
Panel with #bf9913 background
background-color: #bf9913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9913; background: linear-gradient(135deg, #bf9913, #73BF13);