#b3af97
a balanced, soft yellow · cool · closest name: tan
RGB
179, 175, 151
HSL
51°, 16%, 65%
CMYK
0, 2, 16, 30
Luminance
0.4248
Every format
| HEX | #b3af97 |
| RGB | rgb(179, 175, 151) |
| HSL | hsl(51, 16%, 65%) |
| CMYK | cmyk(0%, 2%, 16%, 30%) |
| LAB | lab(71.2 -2.7 12.8) |
| LCH | lch(71.2 13.1 102.0) |
| OKLCH | oklch(0.751 0.034 99.4) |
Copy-ready code
/* CSS */
color: #b3af97;
background-color: #b3af97;
/* Tailwind (arbitrary) */
class="text-[#b3af97] bg-[#b3af97]"
/* SCSS */
$brand: #b3af97;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.592)
/* Android */
Color.parseColor("#b3af97")Accessibility — WCAG contrast
Aa
#b3af97 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3af97 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow15.6%
Key (black)29.8%
Color previews
#b3af97 text on a black background
contrast 9.50:1
Card sample
#b3af97 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3af97;
Background color
Panel with #b3af97 background
background-color: #b3af97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3af97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3af97; background: linear-gradient(135deg, #b3af97, #A4B397);