#cc53fd
a light, electric violet · warm · closest name: magenta
RGB
204, 83, 253
HSL
283°, 98%, 66%
CMYK
19, 67, 0, 1
Luminance
0.2612
Every format
| HEX | #cc53fd |
| RGB | rgb(204, 83, 253) |
| HSL | hsl(283, 98%, 66%) |
| CMYK | cmyk(19%, 67%, 0%, 1%) |
| LAB | lab(58.1 72.2 -63.6) |
| LCH | lch(58.1 96.2 318.6) |
| OKLCH | oklch(0.671 0.251 314.5) |
Copy-ready code
/* CSS */
color: #cc53fd;
background-color: #cc53fd;
/* Tailwind (arbitrary) */
class="text-[#cc53fd] bg-[#cc53fd]"
/* SCSS */
$brand: #cc53fd;
/* SwiftUI */
Color(red: 0.800, green: 0.325, blue: 0.992)
/* Android */
Color.parseColor("#cc53fd")Accessibility — WCAG contrast
Aa
#cc53fd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc53fd on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green32.5%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta67.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cc53fd text on a black background
contrast 6.22:1
Card sample
#cc53fd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc53fd;
Background color
Panel with #cc53fd background
background-color: #cc53fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc53fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 83, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 83, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc53fd; background: linear-gradient(135deg, #cc53fd, #FD53BD);