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