#ccabc5
a light, soft magenta / pink · warm · closest name: pink
RGB
204, 171, 197
HSL
313°, 24%, 74%
CMYK
0, 16, 3, 20
Luminance
0.4599
Every format
| HEX | #ccabc5 |
| RGB | rgb(204, 171, 197) |
| HSL | hsl(313, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 3%, 20%) |
| LAB | lab(73.5 16.4 -8.7) |
| LCH | lch(73.5 18.6 332.0) |
| OKLCH | oklch(0.778 0.052 333.4) |
Copy-ready code
/* CSS */
color: #ccabc5;
background-color: #ccabc5;
/* Tailwind (arbitrary) */
class="text-[#ccabc5] bg-[#ccabc5]"
/* SCSS */
$brand: #ccabc5;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.773)
/* Android */
Color.parseColor("#ccabc5")Accessibility — WCAG contrast
Aa
#ccabc5 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabc5 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow3.4%
Key (black)20.0%
Color previews
#ccabc5 text on a black background
contrast 10.20:1
Card sample
#ccabc5 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabc5;
Background color
Panel with #ccabc5 background
background-color: #ccabc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabc5; background: linear-gradient(135deg, #ccabc5, #CCABAF);