#cda9df
a light, vivid violet · warm · closest name: plum
RGB
205, 169, 223
HSL
280°, 46%, 77%
CMYK
8, 24, 0, 13
Luminance
0.4668
Every format
| HEX | #cda9df |
| RGB | rgb(205, 169, 223) |
| HSL | hsl(280, 46%, 77%) |
| CMYK | cmyk(8%, 24%, 0%, 13%) |
| LAB | lab(74.0 22.8 -22.3) |
| LCH | lch(74.0 31.9 315.7) |
| OKLCH | oklch(0.785 0.085 314.3) |
Copy-ready code
/* CSS */
color: #cda9df;
background-color: #cda9df;
/* Tailwind (arbitrary) */
class="text-[#cda9df] bg-[#cda9df]"
/* SCSS */
$brand: #cda9df;
/* SwiftUI */
Color(red: 0.804, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#cda9df")Accessibility — WCAG contrast
Aa
#cda9df on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda9df on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green66.3%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta24.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cda9df text on a black background
contrast 10.34:1
Card sample
#cda9df text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda9df;
Background color
Panel with #cda9df background
background-color: #cda9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda9df; background: linear-gradient(135deg, #cda9df, #DFA9CD);