#bbafba
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 175, 186
HSL
305°, 8%, 71%
CMYK
0, 6, 1, 27
Luminance
0.4477
Every format
| HEX | #bbafba |
| RGB | rgb(187, 175, 186) |
| HSL | hsl(305, 8%, 71%) |
| CMYK | cmyk(0%, 6%, 1%, 27%) |
| LAB | lab(72.7 6.3 -4.1) |
| LCH | lch(72.7 7.5 327.2) |
| OKLCH | oklch(0.767 0.021 328.3) |
Copy-ready code
/* CSS */
color: #bbafba;
background-color: #bbafba;
/* Tailwind (arbitrary) */
class="text-[#bbafba] bg-[#bbafba]"
/* SCSS */
$brand: #bbafba;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#bbafba")Accessibility — WCAG contrast
Aa
#bbafba on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafba on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow0.5%
Key (black)26.7%
Color previews
#bbafba text on a black background
contrast 9.95:1
Card sample
#bbafba text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafba;
Background color
Panel with #bbafba background
background-color: #bbafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafba; background: linear-gradient(135deg, #bbafba, #BBAFB2);