#bfa621
a dark, vivid yellow · cool · closest name: olive
RGB
191, 166, 33
HSL
51°, 71%, 44%
CMYK
0, 13, 83, 25
Luminance
0.3846
Every format
| HEX | #bfa621 |
| RGB | rgb(191, 166, 33) |
| HSL | hsl(51, 71%, 44%) |
| CMYK | cmyk(0%, 13%, 83%, 25%) |
| LAB | lab(68.4 -3.9 65.3) |
| LCH | lch(68.4 65.5 93.4) |
| OKLCH | oklch(0.726 0.142 97.5) |
Copy-ready code
/* CSS */
color: #bfa621;
background-color: #bfa621;
/* Tailwind (arbitrary) */
class="text-[#bfa621] bg-[#bfa621]"
/* SCSS */
$brand: #bfa621;
/* SwiftUI */
Color(red: 0.749, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#bfa621")Accessibility — WCAG contrast
Aa
#bfa621 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa621 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green65.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow82.7%
Key (black)25.1%
Color previews
#bfa621 text on a black background
contrast 8.69:1
Card sample
#bfa621 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa621;
Background color
Panel with #bfa621 background
background-color: #bfa621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa621; background: linear-gradient(135deg, #bfa621, #6FBF21);