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