#ca007f
a dark, electric magenta / pink · warm · closest name: purple
RGB
202, 0, 127
HSL
322°, 100%, 40%
CMYK
0, 100, 37, 21
Luminance
0.1409
Every format
| HEX | #ca007f |
| RGB | rgb(202, 0, 127) |
| HSL | hsl(322, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 37%, 21%) |
| LAB | lab(44.4 73.3 -12.0) |
| LCH | lch(44.4 74.2 350.7) |
| OKLCH | oklch(0.551 0.228 352.2) |
Copy-ready code
/* CSS */
color: #ca007f;
background-color: #ca007f;
/* Tailwind (arbitrary) */
class="text-[#ca007f] bg-[#ca007f]"
/* SCSS */
$brand: #ca007f;
/* SwiftUI */
Color(red: 0.792, green: 0.000, blue: 0.498)
/* Android */
Color.parseColor("#ca007f")Accessibility — WCAG contrast
Aa
#ca007f on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca007f on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green0.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow37.1%
Key (black)20.8%
Color previews
#ca007f text on a black background
contrast 3.82:1
Card sample
#ca007f text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca007f;
Background color
Panel with #ca007f background
background-color: #ca007f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca007f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 0, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 0, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca007f; background: linear-gradient(135deg, #ca007f, #CA0800);