#cdabdf
a light, soft violet · warm · closest name: plum
RGB
205, 171, 223
HSL
279°, 45%, 77%
CMYK
8, 23, 0, 13
Luminance
0.4743
Every format
| HEX | #cdabdf |
| RGB | rgb(205, 171, 223) |
| HSL | hsl(279, 45%, 77%) |
| CMYK | cmyk(8%, 23%, 0%, 13%) |
| LAB | lab(74.5 21.8 -21.6) |
| LCH | lch(74.5 30.6 315.3) |
| OKLCH | oklch(0.788 0.081 313.8) |
Copy-ready code
/* CSS */
color: #cdabdf;
background-color: #cdabdf;
/* Tailwind (arbitrary) */
class="text-[#cdabdf] bg-[#cdabdf]"
/* SCSS */
$brand: #cdabdf;
/* SwiftUI */
Color(red: 0.804, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#cdabdf")Accessibility — WCAG contrast
Aa
#cdabdf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdabdf on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.1%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cdabdf text on a black background
contrast 10.49:1
Card sample
#cdabdf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdabdf;
Background color
Panel with #cdabdf background
background-color: #cdabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdabdf; background: linear-gradient(135deg, #cdabdf, #DFABCE);