#cda1df
a light, vivid violet · warm · closest name: plum
RGB
205, 161, 223
HSL
283°, 49%, 75%
CMYK
8, 28, 0, 13
Luminance
0.4380
Every format
| HEX | #cda1df |
| RGB | rgb(205, 161, 223) |
| HSL | hsl(283, 49%, 75%) |
| CMYK | cmyk(8%, 28%, 0%, 13%) |
| LAB | lab(72.1 27.2 -25.2) |
| LCH | lch(72.1 37.1 317.2) |
| OKLCH | oklch(0.770 0.099 315.9) |
Copy-ready code
/* CSS */
color: #cda1df;
background-color: #cda1df;
/* Tailwind (arbitrary) */
class="text-[#cda1df] bg-[#cda1df]"
/* SCSS */
$brand: #cda1df;
/* SwiftUI */
Color(red: 0.804, green: 0.631, blue: 0.875)
/* Android */
Color.parseColor("#cda1df")Accessibility — WCAG contrast
Aa
#cda1df on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda1df on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green63.1%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta27.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cda1df text on a black background
contrast 9.76:1
Card sample
#cda1df text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda1df;
Background color
Panel with #cda1df background
background-color: #cda1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 161, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 161, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda1df; background: linear-gradient(135deg, #cda1df, #DFA1C8);