#b0af97
a balanced, muted yellow · cool · closest name: silver
RGB
176, 175, 151
HSL
58°, 14%, 64%
CMYK
0, 1, 14, 31
Luminance
0.4212
Every format
| HEX | #b0af97 |
| RGB | rgb(176, 175, 151) |
| HSL | hsl(58, 14%, 64%) |
| CMYK | cmyk(0%, 1%, 14%, 31%) |
| LAB | lab(71.0 -3.8 12.5) |
| LCH | lch(71.0 13.0 107.1) |
| OKLCH | oklch(0.748 0.033 105.2) |
Copy-ready code
/* CSS */
color: #b0af97;
background-color: #b0af97;
/* Tailwind (arbitrary) */
class="text-[#b0af97] bg-[#b0af97]"
/* SCSS */
$brand: #b0af97;
/* SwiftUI */
Color(red: 0.690, green: 0.686, blue: 0.592)
/* Android */
Color.parseColor("#b0af97")Accessibility — WCAG contrast
Aa
#b0af97 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0af97 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green68.6%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow14.2%
Key (black)31.0%
Color previews
#b0af97 text on a black background
contrast 9.42:1
Card sample
#b0af97 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0af97;
Background color
Panel with #b0af97 background
background-color: #b0af97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0af97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 175, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 175, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0af97; background: linear-gradient(135deg, #b0af97, #A0B097);