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