#ccafdc
a light, soft violet · warm · closest name: plum
RGB
204, 175, 220
HSL
279°, 39%, 78%
CMYK
7, 21, 0, 14
Luminance
0.4866
Every format
| HEX | #ccafdc |
| RGB | rgb(204, 175, 220) |
| HSL | hsl(279, 39%, 78%) |
| CMYK | cmyk(7%, 21%, 0%, 14%) |
| LAB | lab(75.2 18.6 -18.8) |
| LCH | lch(75.2 26.4 314.8) |
| OKLCH | oklch(0.794 0.070 313.5) |
Copy-ready code
/* CSS */
color: #ccafdc;
background-color: #ccafdc;
/* Tailwind (arbitrary) */
class="text-[#ccafdc] bg-[#ccafdc]"
/* SCSS */
$brand: #ccafdc;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#ccafdc")Accessibility — WCAG contrast
Aa
#ccafdc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccafdc on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue86.3%
CMYK percentages
Cyan7.3%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#ccafdc text on a black background
contrast 10.73:1
Card sample
#ccafdc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccafdc;
Background color
Panel with #ccafdc background
background-color: #ccafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccafdc; background: linear-gradient(135deg, #ccafdc, #DCAFCE);