#bba3ae
a light, soft magenta / pink · warm · closest name: silver
RGB
187, 163, 174
HSL
333°, 15%, 69%
CMYK
0, 13, 7, 27
Luminance
0.3982
Every format
| HEX | #bba3ae |
| RGB | rgb(187, 163, 174) |
| HSL | hsl(333, 15%, 69%) |
| CMYK | cmyk(0%, 13%, 7%, 27%) |
| LAB | lab(69.3 10.7 -2.4) |
| LCH | lch(69.3 10.9 347.1) |
| OKLCH | oklch(0.740 0.032 348.5) |
Copy-ready code
/* CSS */
color: #bba3ae;
background-color: #bba3ae;
/* Tailwind (arbitrary) */
class="text-[#bba3ae] bg-[#bba3ae]"
/* SCSS */
$brand: #bba3ae;
/* SwiftUI */
Color(red: 0.733, green: 0.639, blue: 0.682)
/* Android */
Color.parseColor("#bba3ae")Accessibility — WCAG contrast
Aa
#bba3ae on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba3ae on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow7.0%
Key (black)26.7%
Color previews
#bba3ae text on a black background
contrast 8.96:1
Card sample
#bba3ae text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba3ae;
Background color
Panel with #bba3ae background
background-color: #bba3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 163, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 163, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba3ae; background: linear-gradient(135deg, #bba3ae, #BBA8A3);