#cc84eb
a light, vivid violet · warm · closest name: violet
RGB
204, 132, 235
HSL
282°, 72%, 72%
CMYK
13, 44, 0, 8
Luminance
0.3534
Every format
| HEX | #cc84eb |
| RGB | rgb(204, 132, 235) |
| HSL | hsl(282, 72%, 72%) |
| CMYK | cmyk(13%, 44%, 0%, 8%) |
| LAB | lab(66.0 45.1 -41.2) |
| LCH | lch(66.0 61.1 317.6) |
| OKLCH | oklch(0.725 0.162 315.1) |
Copy-ready code
/* CSS */
color: #cc84eb;
background-color: #cc84eb;
/* Tailwind (arbitrary) */
class="text-[#cc84eb] bg-[#cc84eb]"
/* SCSS */
$brand: #cc84eb;
/* SwiftUI */
Color(red: 0.800, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#cc84eb")Accessibility — WCAG contrast
Aa
#cc84eb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc84eb on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green51.8%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cc84eb text on a black background
contrast 8.07:1
Card sample
#cc84eb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc84eb;
Background color
Panel with #cc84eb background
background-color: #cc84eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc84eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc84eb; background: linear-gradient(135deg, #cc84eb, #EB84C5);