#cda6df
a light, vivid violet · warm · closest name: plum
RGB
205, 166, 223
HSL
281°, 47%, 76%
CMYK
8, 26, 0, 13
Luminance
0.4558
Every format
| HEX | #cda6df |
| RGB | rgb(205, 166, 223) |
| HSL | hsl(281, 47%, 76%) |
| CMYK | cmyk(8%, 26%, 0%, 13%) |
| LAB | lab(73.3 24.5 -23.4) |
| LCH | lch(73.3 33.9 316.3) |
| OKLCH | oklch(0.779 0.090 315.0) |
Copy-ready code
/* CSS */
color: #cda6df;
background-color: #cda6df;
/* Tailwind (arbitrary) */
class="text-[#cda6df] bg-[#cda6df]"
/* SCSS */
$brand: #cda6df;
/* SwiftUI */
Color(red: 0.804, green: 0.651, blue: 0.875)
/* Android */
Color.parseColor("#cda6df")Accessibility — WCAG contrast
Aa
#cda6df on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda6df on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green65.1%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta25.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cda6df text on a black background
contrast 10.12:1
Card sample
#cda6df text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda6df;
Background color
Panel with #cda6df background
background-color: #cda6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 166, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 166, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda6df; background: linear-gradient(135deg, #cda6df, #DFA6CB);