#bda2da
a light, soft violet · warm · closest name: plum
RGB
189, 162, 218
HSL
269°, 43%, 75%
CMYK
13, 26, 0, 15
Luminance
0.4172
Every format
| HEX | #bda2da |
| RGB | rgb(189, 162, 218) |
| HSL | hsl(269, 43%, 75%) |
| CMYK | cmyk(13%, 26%, 0%, 15%) |
| LAB | lab(70.7 20.5 -24.7) |
| LCH | lch(70.7 32.1 309.7) |
| OKLCH | oklch(0.755 0.084 306.4) |
Copy-ready code
/* CSS */
color: #bda2da;
background-color: #bda2da;
/* Tailwind (arbitrary) */
class="text-[#bda2da] bg-[#bda2da]"
/* SCSS */
$brand: #bda2da;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.855)
/* Android */
Color.parseColor("#bda2da")Accessibility — WCAG contrast
Aa
#bda2da on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2da on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue85.5%
CMYK percentages
Cyan13.3%
Magenta25.7%
Yellow0.0%
Key (black)14.5%
Color previews
#bda2da text on a black background
contrast 9.34:1
Card sample
#bda2da text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2da;
Background color
Panel with #bda2da background
background-color: #bda2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2da; background: linear-gradient(135deg, #bda2da, #DAA2D2);