#bbaf7d
a balanced, soft yellow · cool · closest name: tan
RGB
187, 175, 125
HSL
48°, 31%, 61%
CMYK
0, 6, 33, 27
Luminance
0.4271
Every format
| HEX | #bbaf7d |
| RGB | rgb(187, 175, 125) |
| HSL | hsl(48, 31%, 61%) |
| CMYK | cmyk(0%, 6%, 33%, 27%) |
| LAB | lab(71.4 -3.3 27.2) |
| LCH | lch(71.4 27.4 96.9) |
| OKLCH | oklch(0.752 0.068 96.3) |
Copy-ready code
/* CSS */
color: #bbaf7d;
background-color: #bbaf7d;
/* Tailwind (arbitrary) */
class="text-[#bbaf7d] bg-[#bbaf7d]"
/* SCSS */
$brand: #bbaf7d;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.490)
/* Android */
Color.parseColor("#bbaf7d")Accessibility — WCAG contrast
Aa
#bbaf7d on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaf7d on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow33.2%
Key (black)26.7%
Color previews
#bbaf7d text on a black background
contrast 9.54:1
Card sample
#bbaf7d text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaf7d;
Background color
Panel with #bbaf7d background
background-color: #bbaf7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaf7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaf7d; background: linear-gradient(135deg, #bbaf7d, #9EBB7D);