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