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