#bda74f
a balanced, vivid yellow · cool · closest name: olive
RGB
189, 167, 79
HSL
48°, 46%, 53%
CMYK
0, 12, 58, 26
Luminance
0.3902
Every format
| HEX | #bda74f |
| RGB | rgb(189, 167, 79) |
| HSL | hsl(48, 46%, 53%) |
| CMYK | cmyk(0%, 12%, 58%, 26%) |
| LAB | lab(68.8 -2.9 47.6) |
| LCH | lch(68.8 47.7 93.5) |
| OKLCH | oklch(0.730 0.111 95.5) |
Copy-ready code
/* CSS */
color: #bda74f;
background-color: #bda74f;
/* Tailwind (arbitrary) */
class="text-[#bda74f] bg-[#bda74f]"
/* SCSS */
$brand: #bda74f;
/* SwiftUI */
Color(red: 0.741, green: 0.655, blue: 0.310)
/* Android */
Color.parseColor("#bda74f")Accessibility — WCAG contrast
Aa
#bda74f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda74f on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow58.2%
Key (black)25.9%
Color previews
#bda74f text on a black background
contrast 8.80:1
Card sample
#bda74f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda74f;
Background color
Panel with #bda74f background
background-color: #bda74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 167, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 167, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda74f; background: linear-gradient(135deg, #bda74f, #8ABD4F);