#cf005c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 0, 92
HSL
333°, 100%, 41%
CMYK
0, 100, 56, 19
Luminance
0.1404
Every format
| HEX | #cf005c |
| RGB | rgb(207, 0, 92) |
| HSL | hsl(333, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 56%, 19%) |
| LAB | lab(44.3 71.5 9.8) |
| LCH | lch(44.3 72.1 7.8) |
| OKLCH | oklch(0.548 0.220 6.5) |
Copy-ready code
/* CSS */
color: #cf005c;
background-color: #cf005c;
/* Tailwind (arbitrary) */
class="text-[#cf005c] bg-[#cf005c]"
/* SCSS */
$brand: #cf005c;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#cf005c")Accessibility — WCAG contrast
Aa
#cf005c on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf005c on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow55.6%
Key (black)18.8%
Color previews
#cf005c text on a black background
contrast 3.81:1
Card sample
#cf005c text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf005c;
Background color
Panel with #cf005c background
background-color: #cf005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf005c; background: linear-gradient(135deg, #cf005c, #CF2E00);