#cca8df
a light, vivid violet · warm · closest name: plum
RGB
204, 168, 223
HSL
279°, 46%, 77%
CMYK
9, 25, 0, 13
Luminance
0.4617
Every format
| HEX | #cca8df |
| RGB | rgb(204, 168, 223) |
| HSL | hsl(279, 46%, 77%) |
| CMYK | cmyk(9%, 25%, 0%, 13%) |
| LAB | lab(73.7 23.1 -22.8) |
| LCH | lch(73.7 32.4 315.3) |
| OKLCH | oklch(0.782 0.086 313.8) |
Copy-ready code
/* CSS */
color: #cca8df;
background-color: #cca8df;
/* Tailwind (arbitrary) */
class="text-[#cca8df] bg-[#cca8df]"
/* SCSS */
$brand: #cca8df;
/* SwiftUI */
Color(red: 0.800, green: 0.659, blue: 0.875)
/* Android */
Color.parseColor("#cca8df")Accessibility — WCAG contrast
Aa
#cca8df on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca8df on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green65.9%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta24.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cca8df text on a black background
contrast 10.23:1
Card sample
#cca8df text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca8df;
Background color
Panel with #cca8df background
background-color: #cca8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 168, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 168, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca8df; background: linear-gradient(135deg, #cca8df, #DFA8CD);