#ccadcf
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 173, 207
HSL
295°, 26%, 75%
CMYK
1, 16, 0, 19
Luminance
0.4723
Every format
| HEX | #ccadcf |
| RGB | rgb(204, 173, 207) |
| HSL | hsl(295, 26%, 75%) |
| CMYK | cmyk(1%, 16%, 0%, 19%) |
| LAB | lab(74.3 17.2 -13.0) |
| LCH | lch(74.3 21.6 322.9) |
| OKLCH | oklch(0.785 0.058 323.3) |
Copy-ready code
/* CSS */
color: #ccadcf;
background-color: #ccadcf;
/* Tailwind (arbitrary) */
class="text-[#ccadcf] bg-[#ccadcf]"
/* SCSS */
$brand: #ccadcf;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#ccadcf")Accessibility — WCAG contrast
Aa
#ccadcf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccadcf on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ccadcf text on a black background
contrast 10.45:1
Card sample
#ccadcf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccadcf;
Background color
Panel with #ccadcf background
background-color: #ccadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccadcf; background: linear-gradient(135deg, #ccadcf, #CFADBB);