#bfae21
a dark, vivid yellow · cool · closest name: olive
RGB
191, 174, 33
HSL
54°, 71%, 44%
CMYK
0, 9, 83, 25
Luminance
0.4146
Every format
| HEX | #bfae21 |
| RGB | rgb(191, 174, 33) |
| HSL | hsl(54, 71%, 44%) |
| CMYK | cmyk(0%, 9%, 83%, 25%) |
| LAB | lab(70.5 -8.1 67.2) |
| LCH | lch(70.5 67.6 96.9) |
| OKLCH | oklch(0.743 0.147 101.9) |
Copy-ready code
/* CSS */
color: #bfae21;
background-color: #bfae21;
/* Tailwind (arbitrary) */
class="text-[#bfae21] bg-[#bfae21]"
/* SCSS */
$brand: #bfae21;
/* SwiftUI */
Color(red: 0.749, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#bfae21")Accessibility — WCAG contrast
Aa
#bfae21 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfae21 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow82.7%
Key (black)25.1%
Color previews
#bfae21 text on a black background
contrast 9.29:1
Card sample
#bfae21 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfae21;
Background color
Panel with #bfae21 background
background-color: #bfae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfae21; background: linear-gradient(135deg, #bfae21, #67BF21);