#bf9721
a dark, vivid yellow · warm · closest name: olive
RGB
191, 151, 33
HSL
45°, 71%, 44%
CMYK
0, 21, 83, 25
Luminance
0.3332
Every format
| HEX | #bf9721 |
| RGB | rgb(191, 151, 33) |
| HSL | hsl(45, 71%, 44%) |
| CMYK | cmyk(0%, 21%, 83%, 25%) |
| LAB | lab(64.4 4.2 62.0) |
| LCH | lch(64.4 62.1 86.1) |
| OKLCH | oklch(0.695 0.133 88.1) |
Copy-ready code
/* CSS */
color: #bf9721;
background-color: #bf9721;
/* Tailwind (arbitrary) */
class="text-[#bf9721] bg-[#bf9721]"
/* SCSS */
$brand: #bf9721;
/* SwiftUI */
Color(red: 0.749, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#bf9721")Accessibility — WCAG contrast
Aa
#bf9721 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9721 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green59.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow82.7%
Key (black)25.1%
Color previews
#bf9721 text on a black background
contrast 7.66:1
Card sample
#bf9721 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9721;
Background color
Panel with #bf9721 background
background-color: #bf9721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9721; background: linear-gradient(135deg, #bf9721, #7EBF21);