#c324ff
a balanced, electric violet · warm · closest name: magenta
RGB
195, 36, 255
HSL
284°, 100%, 57%
CMYK
24, 86, 0, 0
Luminance
0.2008
Every format
| HEX | #c324ff |
| RGB | rgb(195, 36, 255) |
| HSL | hsl(284, 100%, 57%) |
| CMYK | cmyk(24%, 86%, 0%, 0%) |
| LAB | lab(51.9 85.5 -74.8) |
| LCH | lch(51.9 113.7 318.8) |
| OKLCH | oklch(0.625 0.292 313.5) |
Copy-ready code
/* CSS */
color: #c324ff;
background-color: #c324ff;
/* Tailwind (arbitrary) */
class="text-[#c324ff] bg-[#c324ff]"
/* SCSS */
$brand: #c324ff;
/* SwiftUI */
Color(red: 0.765, green: 0.141, blue: 1.000)
/* Android */
Color.parseColor("#c324ff")Accessibility — WCAG contrast
Aa
#c324ff on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c324ff on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green14.1%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta85.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c324ff text on a black background
contrast 5.02:1
Card sample
#c324ff text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c324ff;
Background color
Panel with #c324ff background
background-color: #c324ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c324ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 36, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 36, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c324ff; background: linear-gradient(135deg, #c324ff, #FF24A9);