#bf8d13
a dark, electric yellow · warm · closest name: peru
RGB
191, 141, 19
HSL
43°, 82%, 41%
CMYK
0, 26, 90, 25
Luminance
0.3017
Every format
| HEX | #bf8d13 |
| RGB | rgb(191, 141, 19) |
| HSL | hsl(43, 82%, 41%) |
| CMYK | cmyk(0%, 26%, 90%, 25%) |
| LAB | lab(61.8 9.3 63.5) |
| LCH | lch(61.8 64.2 81.7) |
| OKLCH | oklch(0.674 0.135 82.4) |
Copy-ready code
/* CSS */
color: #bf8d13;
background-color: #bf8d13;
/* Tailwind (arbitrary) */
class="text-[#bf8d13] bg-[#bf8d13]"
/* SCSS */
$brand: #bf8d13;
/* SwiftUI */
Color(red: 0.749, green: 0.553, blue: 0.075)
/* Android */
Color.parseColor("#bf8d13")Accessibility — WCAG contrast
Aa
#bf8d13 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf8d13 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green55.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow90.1%
Key (black)25.1%
Color previews
#bf8d13 text on a black background
contrast 7.03:1
Card sample
#bf8d13 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf8d13;
Background color
Panel with #bf8d13 background
background-color: #bf8d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf8d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 141, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 141, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf8d13; background: linear-gradient(135deg, #bf8d13, #7EBF13);