#cdafda
a light, soft violet · warm · closest name: plum
RGB
205, 175, 218
HSL
282°, 37%, 77%
CMYK
6, 20, 0, 15
Luminance
0.4870
Every format
| HEX | #cdafda |
| RGB | rgb(205, 175, 218) |
| HSL | hsl(282, 37%, 77%) |
| CMYK | cmyk(6%, 20%, 0%, 15%) |
| LAB | lab(75.3 18.6 -17.6) |
| LCH | lch(75.3 25.6 316.5) |
| OKLCH | oklch(0.794 0.068 315.6) |
Copy-ready code
/* CSS */
color: #cdafda;
background-color: #cdafda;
/* Tailwind (arbitrary) */
class="text-[#cdafda] bg-[#cdafda]"
/* SCSS */
$brand: #cdafda;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#cdafda")Accessibility — WCAG contrast
Aa
#cdafda on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdafda on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cdafda text on a black background
contrast 10.74:1
Card sample
#cdafda text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdafda;
Background color
Panel with #cdafda background
background-color: #cdafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdafda; background: linear-gradient(135deg, #cdafda, #DAAFCA);