#c024f6
a balanced, electric violet · warm · closest name: magenta
RGB
192, 36, 246
HSL
285°, 92%, 55%
CMYK
22, 85, 0, 4
Luminance
0.1912
Every format
| HEX | #c024f6 |
| RGB | rgb(192, 36, 246) |
| HSL | hsl(285, 92%, 55%) |
| CMYK | cmyk(22%, 85%, 0%, 4%) |
| LAB | lab(50.8 83.5 -71.6) |
| LCH | lch(50.8 110.0 319.4) |
| OKLCH | oklch(0.614 0.284 314.6) |
Copy-ready code
/* CSS */
color: #c024f6;
background-color: #c024f6;
/* Tailwind (arbitrary) */
class="text-[#c024f6] bg-[#c024f6]"
/* SCSS */
$brand: #c024f6;
/* SwiftUI */
Color(red: 0.753, green: 0.141, blue: 0.965)
/* Android */
Color.parseColor("#c024f6")Accessibility — WCAG contrast
Aa
#c024f6 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c024f6 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green14.1%
Blue96.5%
CMYK percentages
Cyan22.0%
Magenta85.4%
Yellow0.0%
Key (black)3.5%
Color previews
#c024f6 text on a black background
contrast 4.82:1
Card sample
#c024f6 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c024f6;
Background color
Panel with #c024f6 background
background-color: #c024f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c024f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 36, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 36, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c024f6; background: linear-gradient(135deg, #c024f6, #F624A0);