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