#b3af71
a balanced, soft yellow · cool · closest name: tan
RGB
179, 175, 113
HSL
56°, 30%, 57%
CMYK
0, 2, 37, 30
Luminance
0.4144
Every format
| HEX | #b3af71 |
| RGB | rgb(179, 175, 113) |
| HSL | hsl(56, 30%, 57%) |
| CMYK | cmyk(0%, 2%, 37%, 30%) |
| LAB | lab(70.5 -8.0 32.3) |
| LCH | lch(70.5 33.3 103.9) |
| OKLCH | oklch(0.743 0.082 105.1) |
Copy-ready code
/* CSS */
color: #b3af71;
background-color: #b3af71;
/* Tailwind (arbitrary) */
class="text-[#b3af71] bg-[#b3af71]"
/* SCSS */
$brand: #b3af71;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.443)
/* Android */
Color.parseColor("#b3af71")Accessibility — WCAG contrast
Aa
#b3af71 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3af71 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow36.9%
Key (black)29.8%
Color previews
#b3af71 text on a black background
contrast 9.29:1
Card sample
#b3af71 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3af71;
Background color
Panel with #b3af71 background
background-color: #b3af71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3af71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3af71; background: linear-gradient(135deg, #b3af71, #8BB371);