#c824df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
200, 36, 223
HSL
293°, 75%, 51%
CMYK
10, 84, 0, 13
Luminance
0.1887
Every format
| HEX | #c824df |
| RGB | rgb(200, 36, 223) |
| HSL | hsl(293, 75%, 51%) |
| CMYK | cmyk(10%, 84%, 0%, 13%) |
| LAB | lab(50.5 80.8 -59.1) |
| LCH | lch(50.5 100.1 323.8) |
| OKLCH | oklch(0.610 0.270 322.2) |
Copy-ready code
/* CSS */
color: #c824df;
background-color: #c824df;
/* Tailwind (arbitrary) */
class="text-[#c824df] bg-[#c824df]"
/* SCSS */
$brand: #c824df;
/* SwiftUI */
Color(red: 0.784, green: 0.141, blue: 0.875)
/* Android */
Color.parseColor("#c824df")Accessibility — WCAG contrast
Aa
#c824df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c824df on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green14.1%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta83.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c824df text on a black background
contrast 4.77:1
Card sample
#c824df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c824df;
Background color
Panel with #c824df background
background-color: #c824df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c824df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 36, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 36, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c824df; background: linear-gradient(135deg, #c824df, #DF2479);