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