#bf9621
a dark, vivid yellow · warm · closest name: peru
RGB
191, 150, 33
HSL
44°, 71%, 44%
CMYK
0, 22, 83, 25
Luminance
0.3300
Every format
| HEX | #bf9621 |
| RGB | rgb(191, 150, 33) |
| HSL | hsl(44, 71%, 44%) |
| CMYK | cmyk(0%, 22%, 83%, 25%) |
| LAB | lab(64.2 4.7 61.7) |
| LCH | lch(64.2 61.9 85.6) |
| OKLCH | oklch(0.693 0.133 87.5) |
Copy-ready code
/* CSS */
color: #bf9621;
background-color: #bf9621;
/* Tailwind (arbitrary) */
class="text-[#bf9621] bg-[#bf9621]"
/* SCSS */
$brand: #bf9621;
/* SwiftUI */
Color(red: 0.749, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#bf9621")Accessibility — WCAG contrast
Aa
#bf9621 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9621 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow82.7%
Key (black)25.1%
Color previews
#bf9621 text on a black background
contrast 7.60:1
Card sample
#bf9621 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9621;
Background color
Panel with #bf9621 background
background-color: #bf9621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9621; background: linear-gradient(135deg, #bf9621, #7FBF21);