#bbad85
a balanced, soft yellow · warm · closest name: tan
RGB
187, 173, 133
HSL
44°, 28%, 63%
CMYK
0, 8, 29, 27
Luminance
0.4215
Every format
| HEX | #bbad85 |
| RGB | rgb(187, 173, 133) |
| HSL | hsl(44, 28%, 63%) |
| CMYK | cmyk(0%, 8%, 29%, 27%) |
| LAB | lab(71.0 -1.2 22.4) |
| LCH | lch(71.0 22.4 93.1) |
| OKLCH | oklch(0.749 0.057 91.0) |
Copy-ready code
/* CSS */
color: #bbad85;
background-color: #bbad85;
/* Tailwind (arbitrary) */
class="text-[#bbad85] bg-[#bbad85]"
/* SCSS */
$brand: #bbad85;
/* SwiftUI */
Color(red: 0.733, green: 0.678, blue: 0.522)
/* Android */
Color.parseColor("#bbad85")Accessibility — WCAG contrast
Aa
#bbad85 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbad85 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow28.9%
Key (black)26.7%
Color previews
#bbad85 text on a black background
contrast 9.43:1
Card sample
#bbad85 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbad85;
Background color
Panel with #bbad85 background
background-color: #bbad85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbad85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 173, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 173, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbad85; background: linear-gradient(135deg, #bbad85, #A5BB85);