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