#cca4df
a light, vivid violet · warm · closest name: plum
RGB
204, 164, 223
HSL
281°, 48%, 76%
CMYK
9, 27, 0, 13
Luminance
0.4472
Every format
| HEX | #cca4df |
| RGB | rgb(204, 164, 223) |
| HSL | hsl(281, 48%, 76%) |
| CMYK | cmyk(9%, 27%, 0%, 13%) |
| LAB | lab(72.7 25.3 -24.3) |
| LCH | lch(72.7 35.0 316.2) |
| OKLCH | oklch(0.775 0.093 314.7) |
Copy-ready code
/* CSS */
color: #cca4df;
background-color: #cca4df;
/* Tailwind (arbitrary) */
class="text-[#cca4df] bg-[#cca4df]"
/* SCSS */
$brand: #cca4df;
/* SwiftUI */
Color(red: 0.800, green: 0.643, blue: 0.875)
/* Android */
Color.parseColor("#cca4df")Accessibility — WCAG contrast
Aa
#cca4df on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca4df on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green64.3%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta26.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cca4df text on a black background
contrast 9.94:1
Card sample
#cca4df text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca4df;
Background color
Panel with #cca4df background
background-color: #cca4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 164, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 164, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca4df; background: linear-gradient(135deg, #cca4df, #DFA4CB);