#cca2df
a light, vivid violet · warm · closest name: plum
RGB
204, 162, 223
HSL
281°, 49%, 76%
CMYK
9, 27, 0, 13
Luminance
0.4401
Every format
| HEX | #cca2df |
| RGB | rgb(204, 162, 223) |
| HSL | hsl(281, 49%, 76%) |
| CMYK | cmyk(9%, 27%, 0%, 13%) |
| LAB | lab(72.2 26.4 -25.0) |
| LCH | lch(72.2 36.3 316.6) |
| OKLCH | oklch(0.771 0.096 315.1) |
Copy-ready code
/* CSS */
color: #cca2df;
background-color: #cca2df;
/* Tailwind (arbitrary) */
class="text-[#cca2df] bg-[#cca2df]"
/* SCSS */
$brand: #cca2df;
/* SwiftUI */
Color(red: 0.800, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#cca2df")Accessibility — WCAG contrast
Aa
#cca2df on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca2df on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green63.5%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cca2df text on a black background
contrast 9.80:1
Card sample
#cca2df text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca2df;
Background color
Panel with #cca2df background
background-color: #cca2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca2df; background: linear-gradient(135deg, #cca2df, #DFA2C9);