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