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