#bda2c2
a light, soft magenta / pink · warm · closest name: plum
RGB
189, 162, 194
HSL
291°, 21%, 70%
CMYK
3, 17, 0, 24
Luminance
0.4055
Every format
| HEX | #bda2c2 |
| RGB | rgb(189, 162, 194) |
| HSL | hsl(291, 21%, 70%) |
| CMYK | cmyk(3%, 17%, 0%, 24%) |
| LAB | lab(69.9 15.6 -12.7) |
| LCH | lch(69.9 20.2 320.9) |
| OKLCH | oklch(0.746 0.054 321.0) |
Copy-ready code
/* CSS */
color: #bda2c2;
background-color: #bda2c2;
/* Tailwind (arbitrary) */
class="text-[#bda2c2] bg-[#bda2c2]"
/* SCSS */
$brand: #bda2c2;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.761)
/* Android */
Color.parseColor("#bda2c2")Accessibility — WCAG contrast
Aa
#bda2c2 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2c2 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue76.1%
CMYK percentages
Cyan2.6%
Magenta16.5%
Yellow0.0%
Key (black)23.9%
Color previews
#bda2c2 text on a black background
contrast 9.11:1
Card sample
#bda2c2 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2c2;
Background color
Panel with #bda2c2 background
background-color: #bda2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2c2; background: linear-gradient(135deg, #bda2c2, #C2A2B2);