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