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