#bfba21
a dark, vivid yellow · cool · closest name: gold
RGB
191, 186, 33
HSL
58°, 71%, 44%
CMYK
0, 3, 83, 25
Luminance
0.4630
Every format
| HEX | #bfba21 |
| RGB | rgb(191, 186, 33) |
| HSL | hsl(58, 71%, 44%) |
| CMYK | cmyk(0%, 3%, 83%, 25%) |
| LAB | lab(73.7 -14.3 69.9) |
| LCH | lch(73.7 71.3 101.5) |
| OKLCH | oklch(0.769 0.158 107.5) |
Copy-ready code
/* CSS */
color: #bfba21;
background-color: #bfba21;
/* Tailwind (arbitrary) */
class="text-[#bfba21] bg-[#bfba21]"
/* SCSS */
$brand: #bfba21;
/* SwiftUI */
Color(red: 0.749, green: 0.729, blue: 0.129)
/* Android */
Color.parseColor("#bfba21")Accessibility — WCAG contrast
Aa
#bfba21 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfba21 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green72.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow82.7%
Key (black)25.1%
Color previews
#bfba21 text on a black background
contrast 10.26:1
Card sample
#bfba21 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfba21;
Background color
Panel with #bfba21 background
background-color: #bfba21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfba21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 186, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 186, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfba21; background: linear-gradient(135deg, #bfba21, #5BBF21);