#bbaf76
a balanced, soft yellow · cool · closest name: tan
RGB
187, 175, 118
HSL
50°, 34%, 60%
CMYK
0, 6, 37, 27
Luminance
0.4253
Every format
| HEX | #bbaf76 |
| RGB | rgb(187, 175, 118) |
| HSL | hsl(50, 34%, 60%) |
| CMYK | cmyk(0%, 6%, 37%, 27%) |
| LAB | lab(71.2 -4.2 30.8) |
| LCH | lch(71.2 31.1 97.7) |
| OKLCH | oklch(0.751 0.077 97.7) |
Copy-ready code
/* CSS */
color: #bbaf76;
background-color: #bbaf76;
/* Tailwind (arbitrary) */
class="text-[#bbaf76] bg-[#bbaf76]"
/* SCSS */
$brand: #bbaf76;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.463)
/* Android */
Color.parseColor("#bbaf76")Accessibility — WCAG contrast
Aa
#bbaf76 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaf76 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow36.9%
Key (black)26.7%
Color previews
#bbaf76 text on a black background
contrast 9.51:1
Card sample
#bbaf76 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaf76;
Background color
Panel with #bbaf76 background
background-color: #bbaf76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaf76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaf76; background: linear-gradient(135deg, #bbaf76, #99BB76);