#c024da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 36, 218
HSL
291°, 72%, 50%
CMYK
12, 84, 0, 15
Luminance
0.1753
Every format
| HEX | #c024da |
| RGB | rgb(192, 36, 218) |
| HSL | hsl(291, 72%, 50%) |
| CMYK | cmyk(12%, 84%, 0%, 15%) |
| LAB | lab(48.9 78.6 -58.9) |
| LCH | lch(48.9 98.2 323.2) |
| OKLCH | oklch(0.595 0.264 321.1) |
Copy-ready code
/* CSS */
color: #c024da;
background-color: #c024da;
/* Tailwind (arbitrary) */
class="text-[#c024da] bg-[#c024da]"
/* SCSS */
$brand: #c024da;
/* SwiftUI */
Color(red: 0.753, green: 0.141, blue: 0.855)
/* Android */
Color.parseColor("#c024da")Accessibility — WCAG contrast
Aa
#c024da on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c024da on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green14.1%
Blue85.5%
CMYK percentages
Cyan11.9%
Magenta83.5%
Yellow0.0%
Key (black)14.5%
Color previews
#c024da text on a black background
contrast 4.51:1
Card sample
#c024da text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c024da;
Background color
Panel with #c024da background
background-color: #c024da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c024da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 36, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 36, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c024da; background: linear-gradient(135deg, #c024da, #DA247B);