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