#ccabda
a light, soft violet · warm · closest name: plum
RGB
204, 171, 218
HSL
282°, 39%, 76%
CMYK
6, 22, 0, 15
Luminance
0.4703
Every format
| HEX | #ccabda |
| RGB | rgb(204, 171, 218) |
| HSL | hsl(282, 39%, 76%) |
| CMYK | cmyk(6%, 22%, 0%, 15%) |
| LAB | lab(74.2 20.4 -19.2) |
| LCH | lch(74.2 28.1 316.7) |
| OKLCH | oklch(0.785 0.075 315.8) |
Copy-ready code
/* CSS */
color: #ccabda;
background-color: #ccabda;
/* Tailwind (arbitrary) */
class="text-[#ccabda] bg-[#ccabda]"
/* SCSS */
$brand: #ccabda;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#ccabda")Accessibility — WCAG contrast
Aa
#ccabda on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabda on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta21.6%
Yellow0.0%
Key (black)14.5%
Color previews
#ccabda text on a black background
contrast 10.41:1
Card sample
#ccabda text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabda;
Background color
Panel with #ccabda background
background-color: #ccabda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabda; background: linear-gradient(135deg, #ccabda, #DAABC9);