#bf9313
a dark, electric yellow · warm · closest name: peru
RGB
191, 147, 19
HSL
45°, 82%, 41%
CMYK
0, 23, 90, 25
Luminance
0.3199
Every format
| HEX | #bf9313 |
| RGB | rgb(191, 147, 19) |
| HSL | hsl(45, 82%, 41%) |
| CMYK | cmyk(0%, 23%, 90%, 25%) |
| LAB | lab(63.3 6.0 64.7) |
| LCH | lch(63.3 65.0 84.7) |
| OKLCH | oklch(0.686 0.136 86.4) |
Copy-ready code
/* CSS */
color: #bf9313;
background-color: #bf9313;
/* Tailwind (arbitrary) */
class="text-[#bf9313] bg-[#bf9313]"
/* SCSS */
$brand: #bf9313;
/* SwiftUI */
Color(red: 0.749, green: 0.576, blue: 0.075)
/* Android */
Color.parseColor("#bf9313")Accessibility — WCAG contrast
Aa
#bf9313 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9313 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green57.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow90.1%
Key (black)25.1%
Color previews
#bf9313 text on a black background
contrast 7.40:1
Card sample
#bf9313 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9313;
Background color
Panel with #bf9313 background
background-color: #bf9313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 147, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 147, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9313; background: linear-gradient(135deg, #bf9313, #78BF13);