#cda3db
a light, soft violet · warm · closest name: plum
RGB
205, 163, 219
HSL
285°, 44%, 75%
CMYK
6, 26, 0, 14
Luminance
0.4429
Every format
| HEX | #cda3db |
| RGB | rgb(205, 163, 219) |
| HSL | hsl(285, 44%, 75%) |
| CMYK | cmyk(6%, 26%, 0%, 14%) |
| LAB | lab(72.4 25.3 -22.5) |
| LCH | lch(72.4 33.9 318.4) |
| OKLCH | oklch(0.772 0.090 317.6) |
Copy-ready code
/* CSS */
color: #cda3db;
background-color: #cda3db;
/* Tailwind (arbitrary) */
class="text-[#cda3db] bg-[#cda3db]"
/* SCSS */
$brand: #cda3db;
/* SwiftUI */
Color(red: 0.804, green: 0.639, blue: 0.859)
/* Android */
Color.parseColor("#cda3db")Accessibility — WCAG contrast
Aa
#cda3db on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda3db on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green63.9%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta25.6%
Yellow0.0%
Key (black)14.1%
Color previews
#cda3db text on a black background
contrast 9.86:1
Card sample
#cda3db text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda3db;
Background color
Panel with #cda3db background
background-color: #cda3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 163, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 163, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda3db; background: linear-gradient(135deg, #cda3db, #DBA3C4);