#ccabcd
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 171, 205
HSL
298°, 25%, 74%
CMYK
1, 17, 0, 20
Luminance
0.4637
Every format
| HEX | #ccabcd |
| RGB | rgb(204, 171, 205) |
| HSL | hsl(298, 25%, 74%) |
| CMYK | cmyk(1%, 17%, 0%, 20%) |
| LAB | lab(73.8 17.9 -12.8) |
| LCH | lch(73.8 22.0 324.5) |
| OKLCH | oklch(0.781 0.060 325.2) |
Copy-ready code
/* CSS */
color: #ccabcd;
background-color: #ccabcd;
/* Tailwind (arbitrary) */
class="text-[#ccabcd] bg-[#ccabcd]"
/* SCSS */
$brand: #ccabcd;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.804)
/* Android */
Color.parseColor("#ccabcd")Accessibility — WCAG contrast
Aa
#ccabcd on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabcd on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue80.4%
CMYK percentages
Cyan0.5%
Magenta16.6%
Yellow0.0%
Key (black)19.6%
Color previews
#ccabcd text on a black background
contrast 10.27:1
Card sample
#ccabcd text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabcd;
Background color
Panel with #ccabcd background
background-color: #ccabcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabcd; background: linear-gradient(135deg, #ccabcd, #CDABB7);