#c024fd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 36, 253
HSL
283°, 98%, 57%
CMYK
24, 86, 0, 1
Luminance
0.1956
Every format
| HEX | #c024fd |
| RGB | rgb(192, 36, 253) |
| HSL | hsl(283, 98%, 57%) |
| CMYK | cmyk(24%, 86%, 0%, 1%) |
| LAB | lab(51.3 84.7 -74.7) |
| LCH | lch(51.3 113.0 318.6) |
| OKLCH | oklch(0.619 0.290 313.1) |
Copy-ready code
/* CSS */
color: #c024fd;
background-color: #c024fd;
/* Tailwind (arbitrary) */
class="text-[#c024fd] bg-[#c024fd]"
/* SCSS */
$brand: #c024fd;
/* SwiftUI */
Color(red: 0.753, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#c024fd")Accessibility — WCAG contrast
Aa
#c024fd on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c024fd on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green14.1%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c024fd text on a black background
contrast 4.91:1
Card sample
#c024fd text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c024fd;
Background color
Panel with #c024fd background
background-color: #c024fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c024fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c024fd; background: linear-gradient(135deg, #c024fd, #FD24AA);