#ccafd0
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 175, 208
HSL
293°, 26%, 75%
CMYK
2, 16, 0, 18
Luminance
0.4805
Every format
| HEX | #ccafd0 |
| RGB | rgb(204, 175, 208) |
| HSL | hsl(293, 26%, 75%) |
| CMYK | cmyk(2%, 16%, 0%, 18%) |
| LAB | lab(74.9 16.3 -12.8) |
| LCH | lch(74.9 20.7 321.9) |
| OKLCH | oklch(0.789 0.056 322.2) |
Copy-ready code
/* CSS */
color: #ccafd0;
background-color: #ccafd0;
/* Tailwind (arbitrary) */
class="text-[#ccafd0] bg-[#ccafd0]"
/* SCSS */
$brand: #ccafd0;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#ccafd0")Accessibility — WCAG contrast
Aa
#ccafd0 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccafd0 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue81.6%
CMYK percentages
Cyan1.9%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#ccafd0 text on a black background
contrast 10.61:1
Card sample
#ccafd0 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccafd0;
Background color
Panel with #ccafd0 background
background-color: #ccafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccafd0; background: linear-gradient(135deg, #ccafd0, #D0AFBE);