#b7af8c
a balanced, soft yellow · cool · closest name: tan
RGB
183, 175, 140
HSL
49°, 23%, 63%
CMYK
0, 4, 24, 28
Luminance
0.4262
Every format
| HEX | #b7af8c |
| RGB | rgb(183, 175, 140) |
| HSL | hsl(49, 23%, 63%) |
| CMYK | cmyk(0%, 4%, 24%, 28%) |
| LAB | lab(71.3 -2.9 19.0) |
| LCH | lch(71.3 19.2 98.6) |
| OKLCH | oklch(0.752 0.049 96.7) |
Copy-ready code
/* CSS */
color: #b7af8c;
background-color: #b7af8c;
/* Tailwind (arbitrary) */
class="text-[#b7af8c] bg-[#b7af8c]"
/* SCSS */
$brand: #b7af8c;
/* SwiftUI */
Color(red: 0.718, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#b7af8c")Accessibility — WCAG contrast
Aa
#b7af8c on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7af8c on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow23.5%
Key (black)28.2%
Color previews
#b7af8c text on a black background
contrast 9.52:1
Card sample
#b7af8c text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7af8c;
Background color
Panel with #b7af8c background
background-color: #b7af8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7af8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7af8c; background: linear-gradient(135deg, #b7af8c, #A2B78C);