#bbaf97
a light, soft yellow · warm · closest name: tan
RGB
187, 175, 151
HSL
40°, 21%, 66%
CMYK
0, 6, 19, 27
Luminance
0.4346
Every format
| HEX | #bbaf97 |
| RGB | rgb(187, 175, 151) |
| HSL | hsl(40, 21%, 66%) |
| CMYK | cmyk(0%, 6%, 19%, 27%) |
| LAB | lab(71.9 0.3 13.9) |
| LCH | lch(71.9 13.9 88.7) |
| OKLCH | oklch(0.758 0.036 84.6) |
Copy-ready code
/* CSS */
color: #bbaf97;
background-color: #bbaf97;
/* Tailwind (arbitrary) */
class="text-[#bbaf97] bg-[#bbaf97]"
/* SCSS */
$brand: #bbaf97;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.592)
/* Android */
Color.parseColor("#bbaf97")Accessibility — WCAG contrast
Aa
#bbaf97 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaf97 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow19.3%
Key (black)26.7%
Color previews
#bbaf97 text on a black background
contrast 9.69:1
Card sample
#bbaf97 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaf97;
Background color
Panel with #bbaf97 background
background-color: #bbaf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaf97; background: linear-gradient(135deg, #bbaf97, #AFBB97);