#cf007c
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 0, 124
HSL
324°, 100%, 41%
CMYK
0, 100, 40, 19
Luminance
0.1472
Every format
| HEX | #cf007c |
| RGB | rgb(207, 0, 124) |
| HSL | hsl(324, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 40%, 19%) |
| LAB | lab(45.3 74.0 -8.8) |
| LCH | lch(45.3 74.5 353.2) |
| OKLCH | oklch(0.559 0.230 354.5) |
Copy-ready code
/* CSS */
color: #cf007c;
background-color: #cf007c;
/* Tailwind (arbitrary) */
class="text-[#cf007c] bg-[#cf007c]"
/* SCSS */
$brand: #cf007c;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.486)
/* Android */
Color.parseColor("#cf007c")Accessibility — WCAG contrast
Aa
#cf007c on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf007c on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow40.1%
Key (black)18.8%
Color previews
#cf007c text on a black background
contrast 3.94:1
Card sample
#cf007c text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf007c;
Background color
Panel with #cf007c background
background-color: #cf007c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf007c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf007c; background: linear-gradient(135deg, #cf007c, #CF0E00);