#bda2dc
a light, vivid violet · warm · closest name: plum
RGB
189, 162, 220
HSL
268°, 45%, 75%
CMYK
14, 26, 0, 14
Luminance
0.4183
Every format
| HEX | #bda2dc |
| RGB | rgb(189, 162, 220) |
| HSL | hsl(268, 45%, 75%) |
| CMYK | cmyk(14%, 26%, 0%, 14%) |
| LAB | lab(70.8 21.0 -25.7) |
| LCH | lch(70.8 33.2 309.2) |
| OKLCH | oklch(0.756 0.086 305.6) |
Copy-ready code
/* CSS */
color: #bda2dc;
background-color: #bda2dc;
/* Tailwind (arbitrary) */
class="text-[#bda2dc] bg-[#bda2dc]"
/* SCSS */
$brand: #bda2dc;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.863)
/* Android */
Color.parseColor("#bda2dc")Accessibility — WCAG contrast
Aa
#bda2dc on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2dc on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue86.3%
CMYK percentages
Cyan14.1%
Magenta26.4%
Yellow0.0%
Key (black)13.7%
Color previews
#bda2dc text on a black background
contrast 9.37:1
Card sample
#bda2dc text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2dc;
Background color
Panel with #bda2dc background
background-color: #bda2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2dc; background: linear-gradient(135deg, #bda2dc, #DCA2D4);