#cda5df
a light, vivid violet · warm · closest name: plum
RGB
205, 165, 223
HSL
281°, 48%, 76%
CMYK
8, 26, 0, 13
Luminance
0.4522
Every format
| HEX | #cda5df |
| RGB | rgb(205, 165, 223) |
| HSL | hsl(281, 48%, 76%) |
| CMYK | cmyk(8%, 26%, 0%, 13%) |
| LAB | lab(73.0 25.0 -23.7) |
| LCH | lch(73.0 34.5 316.5) |
| OKLCH | oklch(0.777 0.092 315.2) |
Copy-ready code
/* CSS */
color: #cda5df;
background-color: #cda5df;
/* Tailwind (arbitrary) */
class="text-[#cda5df] bg-[#cda5df]"
/* SCSS */
$brand: #cda5df;
/* SwiftUI */
Color(red: 0.804, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#cda5df")Accessibility — WCAG contrast
Aa
#cda5df on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda5df on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green64.7%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta26.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cda5df text on a black background
contrast 10.04:1
Card sample
#cda5df text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda5df;
Background color
Panel with #cda5df background
background-color: #cda5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda5df; background: linear-gradient(135deg, #cda5df, #DFA5CA);