#ccabd2
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 171, 210
HSL
291°, 30%, 75%
CMYK
3, 19, 0, 18
Luminance
0.4662
Every format
| HEX | #ccabd2 |
| RGB | rgb(204, 171, 210) |
| HSL | hsl(291, 30%, 75%) |
| CMYK | cmyk(3%, 19%, 0%, 18%) |
| LAB | lab(73.9 18.9 -15.3) |
| LCH | lch(73.9 24.3 321.0) |
| OKLCH | oklch(0.783 0.065 321.1) |
Copy-ready code
/* CSS */
color: #ccabd2;
background-color: #ccabd2;
/* Tailwind (arbitrary) */
class="text-[#ccabd2] bg-[#ccabd2]"
/* SCSS */
$brand: #ccabd2;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.824)
/* Android */
Color.parseColor("#ccabd2")Accessibility — WCAG contrast
Aa
#ccabd2 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabd2 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue82.4%
CMYK percentages
Cyan2.9%
Magenta18.6%
Yellow0.0%
Key (black)17.6%
Color previews
#ccabd2 text on a black background
contrast 10.32:1
Card sample
#ccabd2 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabd2;
Background color
Panel with #ccabd2 background
background-color: #ccabd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabd2; background: linear-gradient(135deg, #ccabd2, #D2ABBE);