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