#c824ff
a balanced, electric violet · warm · closest name: magenta
RGB
200, 36, 255
HSL
285°, 100%, 57%
CMYK
22, 86, 0, 0
Luminance
0.2076
Every format
| HEX | #c824ff |
| RGB | rgb(200, 36, 255) |
| HSL | hsl(285, 100%, 57%) |
| CMYK | cmyk(22%, 86%, 0%, 0%) |
| LAB | lab(52.7 86.3 -73.6) |
| LCH | lch(52.7 113.4 319.5) |
| OKLCH | oklch(0.632 0.294 314.8) |
Copy-ready code
/* CSS */
color: #c824ff;
background-color: #c824ff;
/* Tailwind (arbitrary) */
class="text-[#c824ff] bg-[#c824ff]"
/* SCSS */
$brand: #c824ff;
/* SwiftUI */
Color(red: 0.784, green: 0.141, blue: 1.000)
/* Android */
Color.parseColor("#c824ff")Accessibility — WCAG contrast
Aa
#c824ff on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c824ff on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green14.1%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta85.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c824ff text on a black background
contrast 5.15:1
Card sample
#c824ff text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c824ff;
Background color
Panel with #c824ff background
background-color: #c824ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c824ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 36, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 36, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c824ff; background: linear-gradient(135deg, #c824ff, #FF24A4);