#cc52eb
a balanced, electric violet · warm · closest name: orchid
RGB
204, 82, 235
HSL
288°, 79%, 62%
CMYK
13, 65, 0, 8
Luminance
0.2487
Every format
| HEX | #cc52eb |
| RGB | rgb(204, 82, 235) |
| HSL | hsl(288, 79%, 62%) |
| CMYK | cmyk(13%, 65%, 0%, 8%) |
| LAB | lab(57.0 69.1 -55.5) |
| LCH | lch(57.0 88.7 321.2) |
| OKLCH | oklch(0.659 0.236 318.9) |
Copy-ready code
/* CSS */
color: #cc52eb;
background-color: #cc52eb;
/* Tailwind (arbitrary) */
class="text-[#cc52eb] bg-[#cc52eb]"
/* SCSS */
$brand: #cc52eb;
/* SwiftUI */
Color(red: 0.800, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#cc52eb")Accessibility — WCAG contrast
Aa
#cc52eb on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc52eb on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green32.2%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cc52eb text on a black background
contrast 5.97:1
Card sample
#cc52eb text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc52eb;
Background color
Panel with #cc52eb background
background-color: #cc52eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc52eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc52eb; background: linear-gradient(135deg, #cc52eb, #EB52A4);