#cca2eb
a light, vivid violet · warm · closest name: plum
RGB
204, 162, 235
HSL
275°, 65%, 78%
CMYK
13, 31, 0, 8
Luminance
0.4468
Every format
| HEX | #cca2eb |
| RGB | rgb(204, 162, 235) |
| HSL | hsl(275, 65%, 78%) |
| CMYK | cmyk(13%, 31%, 0%, 8%) |
| LAB | lab(72.7 28.8 -30.8) |
| LCH | lch(72.7 42.2 313.1) |
| OKLCH | oklch(0.776 0.111 310.2) |
Copy-ready code
/* CSS */
color: #cca2eb;
background-color: #cca2eb;
/* Tailwind (arbitrary) */
class="text-[#cca2eb] bg-[#cca2eb]"
/* SCSS */
$brand: #cca2eb;
/* SwiftUI */
Color(red: 0.800, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#cca2eb")Accessibility — WCAG contrast
Aa
#cca2eb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca2eb on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green63.5%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cca2eb text on a black background
contrast 9.94:1
Card sample
#cca2eb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca2eb;
Background color
Panel with #cca2eb background
background-color: #cca2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca2eb; background: linear-gradient(135deg, #cca2eb, #EBA2D9);