#b3af69
a balanced, soft yellow · cool · closest name: tan
RGB
179, 175, 105
HSL
57°, 33%, 56%
CMYK
0, 2, 41, 30
Luminance
0.4126
Every format
| HEX | #b3af69 |
| RGB | rgb(179, 175, 105) |
| HSL | hsl(57, 33%, 56%) |
| CMYK | cmyk(0%, 2%, 41%, 30%) |
| LAB | lab(70.4 -8.9 36.4) |
| LCH | lch(70.4 37.4 103.8) |
| OKLCH | oklch(0.741 0.092 105.6) |
Copy-ready code
/* CSS */
color: #b3af69;
background-color: #b3af69;
/* Tailwind (arbitrary) */
class="text-[#b3af69] bg-[#b3af69]"
/* SCSS */
$brand: #b3af69;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.412)
/* Android */
Color.parseColor("#b3af69")Accessibility — WCAG contrast
Aa
#b3af69 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3af69 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow41.3%
Key (black)29.8%
Color previews
#b3af69 text on a black background
contrast 9.25:1
Card sample
#b3af69 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3af69;
Background color
Panel with #b3af69 background
background-color: #b3af69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3af69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3af69; background: linear-gradient(135deg, #b3af69, #86B369);