#cdafe0
a light, soft violet · warm · closest name: plum
RGB
205, 175, 224
HSL
277°, 44%, 78%
CMYK
9, 22, 0, 12
Luminance
0.4902
Every format
| HEX | #cdafe0 |
| RGB | rgb(205, 175, 224) |
| HSL | hsl(277, 44%, 78%) |
| CMYK | cmyk(9%, 22%, 0%, 12%) |
| LAB | lab(75.5 19.8 -20.6) |
| LCH | lch(75.5 28.5 313.8) |
| OKLCH | oklch(0.796 0.075 312.2) |
Copy-ready code
/* CSS */
color: #cdafe0;
background-color: #cdafe0;
/* Tailwind (arbitrary) */
class="text-[#cdafe0] bg-[#cdafe0]"
/* SCSS */
$brand: #cdafe0;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.878)
/* Android */
Color.parseColor("#cdafe0")Accessibility — WCAG contrast
Aa
#cdafe0 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdafe0 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue87.8%
CMYK percentages
Cyan8.5%
Magenta21.9%
Yellow0.0%
Key (black)12.2%
Color previews
#cdafe0 text on a black background
contrast 10.80:1
Card sample
#cdafe0 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdafe0;
Background color
Panel with #cdafe0 background
background-color: #cdafe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdafe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdafe0; background: linear-gradient(135deg, #cdafe0, #E0AFD2);