#cc23fd
a balanced, electric violet · warm · closest name: magenta
RGB
204, 35, 253
HSL
287°, 98%, 57%
CMYK
19, 86, 0, 1
Luminance
0.2113
Every format
| HEX | #cc23fd |
| RGB | rgb(204, 35, 253) |
| HSL | hsl(287, 98%, 57%) |
| CMYK | cmyk(19%, 86%, 0%, 1%) |
| LAB | lab(53.1 86.7 -71.8) |
| LCH | lch(53.1 112.6 320.4) |
| OKLCH | oklch(0.635 0.294 316.4) |
Copy-ready code
/* CSS */
color: #cc23fd;
background-color: #cc23fd;
/* Tailwind (arbitrary) */
class="text-[#cc23fd] bg-[#cc23fd]"
/* SCSS */
$brand: #cc23fd;
/* SwiftUI */
Color(red: 0.800, green: 0.137, blue: 0.992)
/* Android */
Color.parseColor("#cc23fd")Accessibility — WCAG contrast
Aa
#cc23fd on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc23fd on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.7%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta86.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cc23fd text on a black background
contrast 5.23:1
Card sample
#cc23fd text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc23fd;
Background color
Panel with #cc23fd background
background-color: #cc23fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc23fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 35, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 35, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc23fd; background: linear-gradient(135deg, #cc23fd, #FD239D);