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