#bda032
a balanced, vivid yellow · cool · closest name: olive
RGB
189, 160, 50
HSL
48°, 58%, 47%
CMYK
0, 15, 74, 26
Luminance
0.3619
Every format
| HEX | #bda032 |
| RGB | rgb(189, 160, 50) |
| HSL | hsl(48, 58%, 47%) |
| CMYK | cmyk(0%, 15%, 74%, 26%) |
| LAB | lab(66.7 -0.9 58.0) |
| LCH | lch(66.7 58.1 90.9) |
| OKLCH | oklch(0.712 0.129 93.7) |
Copy-ready code
/* CSS */
color: #bda032;
background-color: #bda032;
/* Tailwind (arbitrary) */
class="text-[#bda032] bg-[#bda032]"
/* SCSS */
$brand: #bda032;
/* SwiftUI */
Color(red: 0.741, green: 0.627, blue: 0.196)
/* Android */
Color.parseColor("#bda032")Accessibility — WCAG contrast
Aa
#bda032 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda032 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow73.5%
Key (black)25.9%
Color previews
#bda032 text on a black background
contrast 8.24:1
Card sample
#bda032 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda032;
Background color
Panel with #bda032 background
background-color: #bda032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 160, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 160, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda032; background: linear-gradient(135deg, #bda032, #7DBD32);