#bda2db
a light, soft violet · warm · closest name: plum
RGB
189, 162, 219
HSL
268°, 44%, 75%
CMYK
14, 26, 0, 14
Luminance
0.4177
Every format
| HEX | #bda2db |
| RGB | rgb(189, 162, 219) |
| HSL | hsl(268, 44%, 75%) |
| CMYK | cmyk(14%, 26%, 0%, 14%) |
| LAB | lab(70.7 20.8 -25.2) |
| LCH | lch(70.7 32.7 309.4) |
| OKLCH | oklch(0.756 0.085 306.0) |
Copy-ready code
/* CSS */
color: #bda2db;
background-color: #bda2db;
/* Tailwind (arbitrary) */
class="text-[#bda2db] bg-[#bda2db]"
/* SCSS */
$brand: #bda2db;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#bda2db")Accessibility — WCAG contrast
Aa
#bda2db on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2db on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue85.9%
CMYK percentages
Cyan13.7%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#bda2db text on a black background
contrast 9.35:1
Card sample
#bda2db text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2db;
Background color
Panel with #bda2db background
background-color: #bda2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2db; background: linear-gradient(135deg, #bda2db, #DBA2D3);