#bfbf73
a balanced, soft yellow · cool · closest name: khaki
RGB
191, 191, 115
HSL
60°, 37%, 60%
CMYK
0, 0, 40, 25
Luminance
0.4958
Every format
| HEX | #bfbf73 |
| RGB | rgb(191, 191, 115) |
| HSL | hsl(60, 37%, 60%) |
| CMYK | cmyk(0%, 0%, 40%, 25%) |
| LAB | lab(75.8 -11.3 38.3) |
| LCH | lch(75.8 39.9 106.4) |
| OKLCH | oklch(0.787 0.098 108.5) |
Copy-ready code
/* CSS */
color: #bfbf73;
background-color: #bfbf73;
/* Tailwind (arbitrary) */
class="text-[#bfbf73] bg-[#bfbf73]"
/* SCSS */
$brand: #bfbf73;
/* SwiftUI */
Color(red: 0.749, green: 0.749, blue: 0.451)
/* Android */
Color.parseColor("#bfbf73")Accessibility — WCAG contrast
Aa
#bfbf73 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbf73 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green74.9%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow39.8%
Key (black)25.1%
Color previews
#bfbf73 text on a black background
contrast 10.92:1
Card sample
#bfbf73 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbf73;
Background color
Panel with #bfbf73 background
background-color: #bfbf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 191, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 191, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbf73; background: linear-gradient(135deg, #bfbf73, #8CBF73);