#bbaf8c
a balanced, soft yellow · warm · closest name: tan
RGB
187, 175, 140
HSL
45°, 26%, 64%
CMYK
0, 6, 25, 27
Luminance
0.4312
Every format
| HEX | #bbaf8c |
| RGB | rgb(187, 175, 140) |
| HSL | hsl(45, 26%, 64%) |
| CMYK | cmyk(0%, 6%, 25%, 27%) |
| LAB | lab(71.6 -1.3 19.5) |
| LCH | lch(71.6 19.6 93.8) |
| OKLCH | oklch(0.755 0.050 91.4) |
Copy-ready code
/* CSS */
color: #bbaf8c;
background-color: #bbaf8c;
/* Tailwind (arbitrary) */
class="text-[#bbaf8c] bg-[#bbaf8c]"
/* SCSS */
$brand: #bbaf8c;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#bbaf8c")Accessibility — WCAG contrast
Aa
#bbaf8c on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaf8c on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow25.1%
Key (black)26.7%
Color previews
#bbaf8c text on a black background
contrast 9.62:1
Card sample
#bbaf8c text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaf8c;
Background color
Panel with #bbaf8c background
background-color: #bbaf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaf8c; background: linear-gradient(135deg, #bbaf8c, #A8BB8C);