#bda950
a balanced, vivid yellow · cool · closest name: olive
RGB
189, 169, 80
HSL
49°, 45%, 53%
CMYK
0, 11, 58, 26
Luminance
0.3977
Every format
| HEX | #bda950 |
| RGB | rgb(189, 169, 80) |
| HSL | hsl(49, 45%, 53%) |
| CMYK | cmyk(0%, 11%, 58%, 26%) |
| LAB | lab(69.3 -3.9 47.8) |
| LCH | lch(69.3 47.9 94.6) |
| OKLCH | oklch(0.734 0.112 96.8) |
Copy-ready code
/* CSS */
color: #bda950;
background-color: #bda950;
/* Tailwind (arbitrary) */
class="text-[#bda950] bg-[#bda950]"
/* SCSS */
$brand: #bda950;
/* SwiftUI */
Color(red: 0.741, green: 0.663, blue: 0.314)
/* Android */
Color.parseColor("#bda950")Accessibility — WCAG contrast
Aa
#bda950 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda950 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.3%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow57.7%
Key (black)25.9%
Color previews
#bda950 text on a black background
contrast 8.95:1
Card sample
#bda950 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda950;
Background color
Panel with #bda950 background
background-color: #bda950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 169, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 169, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda950; background: linear-gradient(135deg, #bda950, #88BD50);