#bbadaf
a light, muted red · warm · closest name: silver
RGB
187, 173, 175
HSL
351°, 9%, 71%
CMYK
0, 8, 6, 27
Luminance
0.4355
Every format
| HEX | #bbadaf |
| RGB | rgb(187, 173, 175) |
| HSL | hsl(351, 9%, 71%) |
| CMYK | cmyk(0%, 8%, 6%, 27%) |
| LAB | lab(71.9 5.4 0.8) |
| LCH | lch(71.9 5.4 8.4) |
| OKLCH | oklch(0.760 0.016 7.6) |
Copy-ready code
/* CSS */
color: #bbadaf;
background-color: #bbadaf;
/* Tailwind (arbitrary) */
class="text-[#bbadaf] bg-[#bbadaf]"
/* SCSS */
$brand: #bbadaf;
/* SwiftUI */
Color(red: 0.733, green: 0.678, blue: 0.686)
/* Android */
Color.parseColor("#bbadaf")Accessibility — WCAG contrast
Aa
#bbadaf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbadaf on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow6.4%
Key (black)26.7%
Color previews
#bbadaf text on a black background
contrast 9.71:1
Card sample
#bbadaf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbadaf;
Background color
Panel with #bbadaf background
background-color: #bbadaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbadaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 173, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 173, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbadaf; background: linear-gradient(135deg, #bbadaf, #BBB4AD);