#ccabce
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 171, 206
HSL
297°, 26%, 74%
CMYK
1, 17, 0, 19
Luminance
0.4642
Every format
| HEX | #ccabce |
| RGB | rgb(204, 171, 206) |
| HSL | hsl(297, 26%, 74%) |
| CMYK | cmyk(1%, 17%, 0%, 19%) |
| LAB | lab(73.8 18.1 -13.3) |
| LCH | lch(73.8 22.4 323.8) |
| OKLCH | oklch(0.781 0.061 324.3) |
Copy-ready code
/* CSS */
color: #ccabce;
background-color: #ccabce;
/* Tailwind (arbitrary) */
class="text-[#ccabce] bg-[#ccabce]"
/* SCSS */
$brand: #ccabce;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#ccabce")Accessibility — WCAG contrast
Aa
#ccabce on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabce on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#ccabce text on a black background
contrast 10.28:1
Card sample
#ccabce text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabce;
Background color
Panel with #ccabce background
background-color: #ccabce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabce; background: linear-gradient(135deg, #ccabce, #CEABB9);