#c024cb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 36, 203
HSL
296°, 70%, 47%
CMYK
5, 82, 0, 20
Luminance
0.1678
Every format
| HEX | #c024cb |
| RGB | rgb(192, 36, 203) |
| HSL | hsl(296, 70%, 47%) |
| CMYK | cmyk(5%, 82%, 0%, 20%) |
| LAB | lab(48.0 76.2 -51.8) |
| LCH | lch(48.0 92.1 325.8) |
| OKLCH | oklch(0.585 0.253 325.1) |
Copy-ready code
/* CSS */
color: #c024cb;
background-color: #c024cb;
/* Tailwind (arbitrary) */
class="text-[#c024cb] bg-[#c024cb]"
/* SCSS */
$brand: #c024cb;
/* SwiftUI */
Color(red: 0.753, green: 0.141, blue: 0.796)
/* Android */
Color.parseColor("#c024cb")Accessibility — WCAG contrast
Aa
#c024cb on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c024cb on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green14.1%
Blue79.6%
CMYK percentages
Cyan5.4%
Magenta82.3%
Yellow0.0%
Key (black)20.4%
Color previews
#c024cb text on a black background
contrast 4.36:1
Card sample
#c024cb text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c024cb;
Background color
Panel with #c024cb background
background-color: #c024cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c024cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 36, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 36, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c024cb; background: linear-gradient(135deg, #c024cb, #CB2467);