#bdac56
a balanced, soft yellow · cool · closest name: khaki
RGB
189, 172, 86
HSL
50°, 44%, 54%
CMYK
0, 9, 55, 26
Luminance
0.4100
Every format
| HEX | #bdac56 |
| RGB | rgb(189, 172, 86) |
| HSL | hsl(50, 44%, 54%) |
| CMYK | cmyk(0%, 9%, 55%, 26%) |
| LAB | lab(70.2 -5.0 45.9) |
| LCH | lch(70.2 46.1 96.2) |
| OKLCH | oklch(0.741 0.109 98.3) |
Copy-ready code
/* CSS */
color: #bdac56;
background-color: #bdac56;
/* Tailwind (arbitrary) */
class="text-[#bdac56] bg-[#bdac56]"
/* SCSS */
$brand: #bdac56;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.337)
/* Android */
Color.parseColor("#bdac56")Accessibility — WCAG contrast
Aa
#bdac56 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdac56 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow54.5%
Key (black)25.9%
Color previews
#bdac56 text on a black background
contrast 9.20:1
Card sample
#bdac56 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdac56;
Background color
Panel with #bdac56 background
background-color: #bdac56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdac56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdac56; background: linear-gradient(135deg, #bdac56, #89BD56);