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