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