#bfaa54
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 170, 84
HSL
48°, 46%, 54%
CMYK
0, 11, 56, 25
Luminance
0.4047
Every format
| HEX | #bfaa54 |
| RGB | rgb(191, 170, 84) |
| HSL | hsl(48, 46%, 54%) |
| CMYK | cmyk(0%, 11%, 56%, 25%) |
| LAB | lab(69.8 -3.2 46.5) |
| LCH | lch(69.8 46.6 94.0) |
| OKLCH | oklch(0.739 0.109 95.8) |
Copy-ready code
/* CSS */
color: #bfaa54;
background-color: #bfaa54;
/* Tailwind (arbitrary) */
class="text-[#bfaa54] bg-[#bfaa54]"
/* SCSS */
$brand: #bfaa54;
/* SwiftUI */
Color(red: 0.749, green: 0.667, blue: 0.329)
/* Android */
Color.parseColor("#bfaa54")Accessibility — WCAG contrast
Aa
#bfaa54 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaa54 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green66.7%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow56.0%
Key (black)25.1%
Color previews
#bfaa54 text on a black background
contrast 9.09:1
Card sample
#bfaa54 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaa54;
Background color
Panel with #bfaa54 background
background-color: #bfaa54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaa54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 170, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 170, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaa54; background: linear-gradient(135deg, #bfaa54, #8DBF54);