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