#bba2ad
a light, soft magenta / pink · warm · closest name: silver
RGB
187, 162, 173
HSL
334°, 16%, 68%
CMYK
0, 13, 8, 27
Luminance
0.3942
Every format
| HEX | #bba2ad |
| RGB | rgb(187, 162, 173) |
| HSL | hsl(334, 16%, 68%) |
| CMYK | cmyk(0%, 13%, 8%, 27%) |
| LAB | lab(69.1 11.0 -2.3) |
| LCH | lch(69.1 11.3 348.2) |
| OKLCH | oklch(0.737 0.033 349.6) |
Copy-ready code
/* CSS */
color: #bba2ad;
background-color: #bba2ad;
/* Tailwind (arbitrary) */
class="text-[#bba2ad] bg-[#bba2ad]"
/* SCSS */
$brand: #bba2ad;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.678)
/* Android */
Color.parseColor("#bba2ad")Accessibility — WCAG contrast
Aa
#bba2ad on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2ad on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow7.5%
Key (black)26.7%
Color previews
#bba2ad text on a black background
contrast 8.88:1
Card sample
#bba2ad text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2ad;
Background color
Panel with #bba2ad background
background-color: #bba2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2ad; background: linear-gradient(135deg, #bba2ad, #BBA8A2);