#bdaf0f
a dark, electric yellow · cool · closest name: olive
RGB
189, 175, 15
HSL
55°, 85%, 40%
CMYK
0, 7, 92, 26
Luminance
0.4151
Every format
| HEX | #bdaf0f |
| RGB | rgb(189, 175, 15) |
| HSL | hsl(55, 85%, 40%) |
| CMYK | cmyk(0%, 7%, 92%, 26%) |
| LAB | lab(70.5 -9.9 70.8) |
| LCH | lch(70.5 71.5 97.9) |
| OKLCH | oklch(0.743 0.154 103.6) |
Copy-ready code
/* CSS */
color: #bdaf0f;
background-color: #bdaf0f;
/* Tailwind (arbitrary) */
class="text-[#bdaf0f] bg-[#bdaf0f]"
/* SCSS */
$brand: #bdaf0f;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.059)
/* Android */
Color.parseColor("#bdaf0f")Accessibility — WCAG contrast
Aa
#bdaf0f on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaf0f on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow92.1%
Key (black)25.9%
Color previews
#bdaf0f text on a black background
contrast 9.30:1
Card sample
#bdaf0f text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaf0f;
Background color
Panel with #bdaf0f background
background-color: #bdaf0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaf0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaf0f; background: linear-gradient(135deg, #bdaf0f, #57BD0F);