#bbaf8f
a balanced, soft yellow · warm · closest name: tan
RGB
187, 175, 143
HSL
44°, 24%, 65%
CMYK
0, 6, 24, 27
Luminance
0.4321
Every format
| HEX | #bbaf8f |
| RGB | rgb(187, 175, 143) |
| HSL | hsl(44, 24%, 65%) |
| CMYK | cmyk(0%, 6%, 24%, 27%) |
| LAB | lab(71.7 -0.9 18.0) |
| LCH | lch(71.7 18.0 92.8) |
| OKLCH | oklch(0.756 0.046 89.9) |
Copy-ready code
/* CSS */
color: #bbaf8f;
background-color: #bbaf8f;
/* Tailwind (arbitrary) */
class="text-[#bbaf8f] bg-[#bbaf8f]"
/* SCSS */
$brand: #bbaf8f;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#bbaf8f")Accessibility — WCAG contrast
Aa
#bbaf8f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaf8f on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow23.5%
Key (black)26.7%
Color previews
#bbaf8f text on a black background
contrast 9.64:1
Card sample
#bbaf8f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaf8f;
Background color
Panel with #bbaf8f background
background-color: #bbaf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaf8f; background: linear-gradient(135deg, #bbaf8f, #AABB8F);