#bdaf2d
a balanced, vivid yellow · cool · closest name: olive
RGB
189, 175, 45
HSL
54°, 62%, 46%
CMYK
0, 7, 76, 26
Luminance
0.4167
Every format
| HEX | #bdaf2d |
| RGB | rgb(189, 175, 45) |
| HSL | hsl(54, 62%, 46%) |
| CMYK | cmyk(0%, 7%, 76%, 26%) |
| LAB | lab(70.6 -9.1 63.6) |
| LCH | lch(70.6 64.3 98.1) |
| OKLCH | oklch(0.744 0.143 102.9) |
Copy-ready code
/* CSS */
color: #bdaf2d;
background-color: #bdaf2d;
/* Tailwind (arbitrary) */
class="text-[#bdaf2d] bg-[#bdaf2d]"
/* SCSS */
$brand: #bdaf2d;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.176)
/* Android */
Color.parseColor("#bdaf2d")Accessibility — WCAG contrast
Aa
#bdaf2d on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaf2d on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow76.2%
Key (black)25.9%
Color previews
#bdaf2d text on a black background
contrast 9.33:1
Card sample
#bdaf2d text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaf2d;
Background color
Panel with #bdaf2d background
background-color: #bdaf2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaf2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaf2d; background: linear-gradient(135deg, #bdaf2d, #6BBD2D);