#cca3eb
a light, vivid violet · warm · closest name: plum
RGB
204, 163, 235
HSL
274°, 64%, 78%
CMYK
13, 31, 0, 8
Luminance
0.4503
Every format
| HEX | #cca3eb |
| RGB | rgb(204, 163, 235) |
| HSL | hsl(274, 64%, 78%) |
| CMYK | cmyk(13%, 31%, 0%, 8%) |
| LAB | lab(72.9 28.3 -30.5) |
| LCH | lch(72.9 41.6 312.9) |
| OKLCH | oklch(0.778 0.109 310.0) |
Copy-ready code
/* CSS */
color: #cca3eb;
background-color: #cca3eb;
/* Tailwind (arbitrary) */
class="text-[#cca3eb] bg-[#cca3eb]"
/* SCSS */
$brand: #cca3eb;
/* SwiftUI */
Color(red: 0.800, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#cca3eb")Accessibility — WCAG contrast
Aa
#cca3eb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca3eb on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green63.9%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cca3eb text on a black background
contrast 10.01:1
Card sample
#cca3eb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca3eb;
Background color
Panel with #cca3eb background
background-color: #cca3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca3eb; background: linear-gradient(135deg, #cca3eb, #EBA3DA);