#ca04df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
202, 4, 223
HSL
294°, 97%, 45%
CMYK
9, 98, 0, 13
Luminance
0.1797
Every format
| HEX | #ca04df |
| RGB | rgb(202, 4, 223) |
| HSL | hsl(294, 97%, 45%) |
| CMYK | cmyk(9%, 98%, 0%, 13%) |
| LAB | lab(49.5 85.3 -60.8) |
| LCH | lch(49.5 104.7 324.5) |
| OKLCH | oklch(0.603 0.283 323.0) |
Copy-ready code
/* CSS */
color: #ca04df;
background-color: #ca04df;
/* Tailwind (arbitrary) */
class="text-[#ca04df] bg-[#ca04df]"
/* SCSS */
$brand: #ca04df;
/* SwiftUI */
Color(red: 0.792, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#ca04df")Accessibility — WCAG contrast
Aa
#ca04df on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca04df on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green1.6%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ca04df text on a black background
contrast 4.59:1
Card sample
#ca04df text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca04df;
Background color
Panel with #ca04df background
background-color: #ca04df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca04df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca04df; background: linear-gradient(135deg, #ca04df, #DF0462);