#ccabdc
a light, soft violet · warm · closest name: plum
RGB
204, 171, 220
HSL
280°, 41%, 77%
CMYK
7, 22, 0, 14
Luminance
0.4713
Every format
| HEX | #ccabdc |
| RGB | rgb(204, 171, 220) |
| HSL | hsl(280, 41%, 77%) |
| CMYK | cmyk(7%, 22%, 0%, 14%) |
| LAB | lab(74.3 20.8 -20.2) |
| LCH | lch(74.3 29.0 315.8) |
| OKLCH | oklch(0.786 0.077 314.6) |
Copy-ready code
/* CSS */
color: #ccabdc;
background-color: #ccabdc;
/* Tailwind (arbitrary) */
class="text-[#ccabdc] bg-[#ccabdc]"
/* SCSS */
$brand: #ccabdc;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.863)
/* Android */
Color.parseColor("#ccabdc")Accessibility — WCAG contrast
Aa
#ccabdc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabdc on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue86.3%
CMYK percentages
Cyan7.3%
Magenta22.3%
Yellow0.0%
Key (black)13.7%
Color previews
#ccabdc text on a black background
contrast 10.43:1
Card sample
#ccabdc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabdc;
Background color
Panel with #ccabdc background
background-color: #ccabdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabdc; background: linear-gradient(135deg, #ccabdc, #DCABCB);