#b6ad49
a balanced, soft yellow · cool · closest name: olive
RGB
182, 173, 73
HSL
55°, 43%, 50%
CMYK
0, 5, 60, 29
Luminance
0.4031
Every format
| HEX | #b6ad49 |
| RGB | rgb(182, 173, 73) |
| HSL | hsl(55, 43%, 50%) |
| CMYK | cmyk(0%, 5%, 60%, 29%) |
| LAB | lab(69.7 -9.5 51.3) |
| LCH | lch(69.7 52.1 100.5) |
| OKLCH | oklch(0.736 0.122 104.2) |
Copy-ready code
/* CSS */
color: #b6ad49;
background-color: #b6ad49;
/* Tailwind (arbitrary) */
class="text-[#b6ad49] bg-[#b6ad49]"
/* SCSS */
$brand: #b6ad49;
/* SwiftUI */
Color(red: 0.714, green: 0.678, blue: 0.286)
/* Android */
Color.parseColor("#b6ad49")Accessibility — WCAG contrast
Aa
#b6ad49 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ad49 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green67.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow59.9%
Key (black)28.6%
Color previews
#b6ad49 text on a black background
contrast 9.06:1
Card sample
#b6ad49 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ad49;
Background color
Panel with #b6ad49 background
background-color: #b6ad49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ad49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 173, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 173, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ad49; background: linear-gradient(135deg, #b6ad49, #76B649);