#b3ad49
a balanced, soft yellow · cool · closest name: olive
RGB
179, 173, 73
HSL
57°, 42%, 49%
CMYK
0, 3, 59, 30
Luminance
0.3995
Every format
| HEX | #b3ad49 |
| RGB | rgb(179, 173, 73) |
| HSL | hsl(57, 42%, 49%) |
| CMYK | cmyk(0%, 3%, 59%, 30%) |
| LAB | lab(69.4 -10.8 50.9) |
| LCH | lch(69.4 52.1 101.9) |
| OKLCH | oklch(0.733 0.122 105.8) |
Copy-ready code
/* CSS */
color: #b3ad49;
background-color: #b3ad49;
/* Tailwind (arbitrary) */
class="text-[#b3ad49] bg-[#b3ad49]"
/* SCSS */
$brand: #b3ad49;
/* SwiftUI */
Color(red: 0.702, green: 0.678, blue: 0.286)
/* Android */
Color.parseColor("#b3ad49")Accessibility — WCAG contrast
Aa
#b3ad49 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ad49 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow59.2%
Key (black)29.8%
Color previews
#b3ad49 text on a black background
contrast 8.99:1
Card sample
#b3ad49 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ad49;
Background color
Panel with #b3ad49 background
background-color: #b3ad49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ad49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 173, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 173, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ad49; background: linear-gradient(135deg, #b3ad49, #72B349);