#ccabca
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 171, 202
HSL
304°, 24%, 74%
CMYK
0, 16, 1, 20
Luminance
0.4623
Every format
| HEX | #ccabca |
| RGB | rgb(204, 171, 202) |
| HSL | hsl(304, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 1%, 20%) |
| LAB | lab(73.7 17.4 -11.3) |
| LCH | lch(73.7 20.7 327.0) |
| OKLCH | oklch(0.780 0.057 328.0) |
Copy-ready code
/* CSS */
color: #ccabca;
background-color: #ccabca;
/* Tailwind (arbitrary) */
class="text-[#ccabca] bg-[#ccabca]"
/* SCSS */
$brand: #ccabca;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.792)
/* Android */
Color.parseColor("#ccabca")Accessibility — WCAG contrast
Aa
#ccabca on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabca on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow1.0%
Key (black)20.0%
Color previews
#ccabca text on a black background
contrast 10.25:1
Card sample
#ccabca text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabca;
Background color
Panel with #ccabca background
background-color: #ccabca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabca; background: linear-gradient(135deg, #ccabca, #CCABB4);