#bbafbc
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 175, 188
HSL
295°, 9%, 71%
CMYK
1, 7, 0, 26
Luminance
0.4486
Every format
| HEX | #bbafbc |
| RGB | rgb(187, 175, 188) |
| HSL | hsl(295, 9%, 71%) |
| CMYK | cmyk(1%, 7%, 0%, 26%) |
| LAB | lab(72.8 6.7 -5.1) |
| LCH | lch(72.8 8.4 322.7) |
| OKLCH | oklch(0.768 0.023 323.5) |
Copy-ready code
/* CSS */
color: #bbafbc;
background-color: #bbafbc;
/* Tailwind (arbitrary) */
class="text-[#bbafbc] bg-[#bbafbc]"
/* SCSS */
$brand: #bbafbc;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#bbafbc")Accessibility — WCAG contrast
Aa
#bbafbc on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafbc on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.5%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#bbafbc text on a black background
contrast 9.97:1
Card sample
#bbafbc text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafbc;
Background color
Panel with #bbafbc background
background-color: #bbafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafbc; background: linear-gradient(135deg, #bbafbc, #BCAFB4);