#cf007f
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 0, 127
HSL
323°, 100%, 41%
CMYK
0, 100, 39, 19
Luminance
0.1480
Every format
| HEX | #cf007f |
| RGB | rgb(207, 0, 127) |
| HSL | hsl(323, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 39%, 19%) |
| LAB | lab(45.4 74.3 -10.4) |
| LCH | lch(45.4 75.0 352.0) |
| OKLCH | oklch(0.560 0.231 353.4) |
Copy-ready code
/* CSS */
color: #cf007f;
background-color: #cf007f;
/* Tailwind (arbitrary) */
class="text-[#cf007f] bg-[#cf007f]"
/* SCSS */
$brand: #cf007f;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.498)
/* Android */
Color.parseColor("#cf007f")Accessibility — WCAG contrast
Aa
#cf007f on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf007f on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow38.6%
Key (black)18.8%
Color previews
#cf007f text on a black background
contrast 3.96:1
Card sample
#cf007f text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf007f;
Background color
Panel with #cf007f background
background-color: #cf007f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf007f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf007f; background: linear-gradient(135deg, #cf007f, #CF0B00);