#cda0df
a light, vivid violet · warm · closest name: plum
RGB
205, 160, 223
HSL
283°, 50%, 75%
CMYK
8, 28, 0, 13
Luminance
0.4345
Every format
| HEX | #cda0df |
| RGB | rgb(205, 160, 223) |
| HSL | hsl(283, 50%, 75%) |
| CMYK | cmyk(8%, 28%, 0%, 13%) |
| LAB | lab(71.9 27.8 -25.5) |
| LCH | lch(71.9 37.7 317.4) |
| OKLCH | oklch(0.768 0.100 316.1) |
Copy-ready code
/* CSS */
color: #cda0df;
background-color: #cda0df;
/* Tailwind (arbitrary) */
class="text-[#cda0df] bg-[#cda0df]"
/* SCSS */
$brand: #cda0df;
/* SwiftUI */
Color(red: 0.804, green: 0.627, blue: 0.875)
/* Android */
Color.parseColor("#cda0df")Accessibility — WCAG contrast
Aa
#cda0df on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda0df on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.7%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta28.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cda0df text on a black background
contrast 9.69:1
Card sample
#cda0df text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda0df;
Background color
Panel with #cda0df background
background-color: #cda0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 160, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 160, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda0df; background: linear-gradient(135deg, #cda0df, #DFA0C7);