#c024c3
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
192, 36, 195
HSL
299°, 69%, 45%
CMYK
2, 82, 0, 24
Luminance
0.1641
Every format
| HEX | #c024c3 |
| RGB | rgb(192, 36, 195) |
| HSL | hsl(299, 69%, 45%) |
| CMYK | cmyk(2%, 82%, 0%, 24%) |
| LAB | lab(47.5 74.9 -47.9) |
| LCH | lch(47.5 88.9 327.4) |
| OKLCH | oklch(0.580 0.247 327.3) |
Copy-ready code
/* CSS */
color: #c024c3;
background-color: #c024c3;
/* Tailwind (arbitrary) */
class="text-[#c024c3] bg-[#c024c3]"
/* SCSS */
$brand: #c024c3;
/* SwiftUI */
Color(red: 0.753, green: 0.141, blue: 0.765)
/* Android */
Color.parseColor("#c024c3")Accessibility — WCAG contrast
Aa
#c024c3 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c024c3 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green14.1%
Blue76.5%
CMYK percentages
Cyan1.5%
Magenta81.5%
Yellow0.0%
Key (black)23.5%
Color previews
#c024c3 text on a black background
contrast 4.28:1
Card sample
#c024c3 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c024c3;
Background color
Panel with #c024c3 background
background-color: #c024c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c024c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 36, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 36, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c024c3; background: linear-gradient(135deg, #c024c3, #C3245C);