#bba0af
a light, soft magenta / pink · warm · closest name: silver
RGB
187, 160, 175
HSL
327°, 17%, 68%
CMYK
0, 14, 6, 27
Luminance
0.3880
Every format
| HEX | #bba0af |
| RGB | rgb(187, 160, 175) |
| HSL | hsl(327, 17%, 68%) |
| CMYK | cmyk(0%, 14%, 6%, 27%) |
| LAB | lab(68.6 12.5 -4.1) |
| LCH | lch(68.6 13.1 342.0) |
| OKLCH | oklch(0.734 0.038 343.6) |
Copy-ready code
/* CSS */
color: #bba0af;
background-color: #bba0af;
/* Tailwind (arbitrary) */
class="text-[#bba0af] bg-[#bba0af]"
/* SCSS */
$brand: #bba0af;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#bba0af")Accessibility — WCAG contrast
Aa
#bba0af on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba0af on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow6.4%
Key (black)26.7%
Color previews
#bba0af text on a black background
contrast 8.76:1
Card sample
#bba0af text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba0af;
Background color
Panel with #bba0af background
background-color: #bba0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba0af; background: linear-gradient(135deg, #bba0af, #BBA3A0);