#b3af7d
a balanced, soft yellow · cool · closest name: tan
RGB
179, 175, 125
HSL
56°, 26%, 60%
CMYK
0, 2, 30, 30
Luminance
0.4172
Every format
| HEX | #b3af7d |
| RGB | rgb(179, 175, 125) |
| HSL | hsl(56, 26%, 60%) |
| CMYK | cmyk(0%, 2%, 30%, 30%) |
| LAB | lab(70.7 -6.5 26.2) |
| LCH | lch(70.7 27.0 103.9) |
| OKLCH | oklch(0.745 0.068 104.1) |
Copy-ready code
/* CSS */
color: #b3af7d;
background-color: #b3af7d;
/* Tailwind (arbitrary) */
class="text-[#b3af7d] bg-[#b3af7d]"
/* SCSS */
$brand: #b3af7d;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.490)
/* Android */
Color.parseColor("#b3af7d")Accessibility — WCAG contrast
Aa
#b3af7d on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3af7d on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow30.2%
Key (black)29.8%
Color previews
#b3af7d text on a black background
contrast 9.34:1
Card sample
#b3af7d text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3af7d;
Background color
Panel with #b3af7d background
background-color: #b3af7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3af7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3af7d; background: linear-gradient(135deg, #b3af7d, #93B37D);