#cda3df
a light, vivid violet · warm · closest name: plum
RGB
205, 163, 223
HSL
282°, 48%, 76%
CMYK
8, 27, 0, 13
Luminance
0.4450
Every format
| HEX | #cda3df |
| RGB | rgb(205, 163, 223) |
| HSL | hsl(282, 48%, 76%) |
| CMYK | cmyk(8%, 27%, 0%, 13%) |
| LAB | lab(72.6 26.1 -24.5) |
| LCH | lch(72.6 35.8 316.9) |
| OKLCH | oklch(0.774 0.095 315.6) |
Copy-ready code
/* CSS */
color: #cda3df;
background-color: #cda3df;
/* Tailwind (arbitrary) */
class="text-[#cda3df] bg-[#cda3df]"
/* SCSS */
$brand: #cda3df;
/* SwiftUI */
Color(red: 0.804, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#cda3df")Accessibility — WCAG contrast
Aa
#cda3df on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda3df on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green63.9%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cda3df text on a black background
contrast 9.90:1
Card sample
#cda3df text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda3df;
Background color
Panel with #cda3df background
background-color: #cda3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda3df; background: linear-gradient(135deg, #cda3df, #DFA3C9);