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