#bda2ba
a light, soft magenta / pink · warm · closest name: silver
RGB
189, 162, 186
HSL
307°, 17%, 69%
CMYK
0, 14, 2, 26
Luminance
0.4020
Every format
| HEX | #bda2ba |
| RGB | rgb(189, 162, 186) |
| HSL | hsl(307, 17%, 69%) |
| CMYK | cmyk(0%, 14%, 2%, 26%) |
| LAB | lab(69.6 14.1 -8.7) |
| LCH | lch(69.6 16.6 328.4) |
| OKLCH | oklch(0.744 0.046 329.6) |
Copy-ready code
/* CSS */
color: #bda2ba;
background-color: #bda2ba;
/* Tailwind (arbitrary) */
class="text-[#bda2ba] bg-[#bda2ba]"
/* SCSS */
$brand: #bda2ba;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#bda2ba")Accessibility — WCAG contrast
Aa
#bda2ba on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2ba on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow1.6%
Key (black)25.9%
Color previews
#bda2ba text on a black background
contrast 9.04:1
Card sample
#bda2ba text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2ba;
Background color
Panel with #bda2ba background
background-color: #bda2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2ba; background: linear-gradient(135deg, #bda2ba, #BDA2A8);