#cda0da
a light, soft violet · warm · closest name: plum
RGB
205, 160, 218
HSL
287°, 44%, 74%
CMYK
6, 27, 0, 15
Luminance
0.4318
Every format
| HEX | #cda0da |
| RGB | rgb(205, 160, 218) |
| HSL | hsl(287, 44%, 74%) |
| CMYK | cmyk(6%, 27%, 0%, 15%) |
| LAB | lab(71.7 26.8 -23.1) |
| LCH | lch(71.7 35.3 319.2) |
| OKLCH | oklch(0.766 0.095 318.5) |
Copy-ready code
/* CSS */
color: #cda0da;
background-color: #cda0da;
/* Tailwind (arbitrary) */
class="text-[#cda0da] bg-[#cda0da]"
/* SCSS */
$brand: #cda0da;
/* SwiftUI */
Color(red: 0.804, green: 0.627, blue: 0.855)
/* Android */
Color.parseColor("#cda0da")Accessibility — WCAG contrast
Aa
#cda0da on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda0da on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.7%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta26.6%
Yellow0.0%
Key (black)14.5%
Color previews
#cda0da text on a black background
contrast 9.64:1
Card sample
#cda0da text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda0da;
Background color
Panel with #cda0da background
background-color: #cda0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 160, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 160, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda0da; background: linear-gradient(135deg, #cda0da, #DAA0C0);