#cf0551
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 5, 81
HSL
337°, 95%, 42%
CMYK
0, 98, 61, 19
Luminance
0.1397
Every format
| HEX | #cf0551 |
| RGB | rgb(207, 5, 81) |
| HSL | hsl(337, 95%, 42%) |
| CMYK | cmyk(0%, 98%, 61%, 19%) |
| LAB | lab(44.2 70.3 16.5) |
| LCH | lch(44.2 72.3 13.2) |
| OKLCH | oklch(0.547 0.217 10.8) |
Copy-ready code
/* CSS */
color: #cf0551;
background-color: #cf0551;
/* Tailwind (arbitrary) */
class="text-[#cf0551] bg-[#cf0551]"
/* SCSS */
$brand: #cf0551;
/* SwiftUI */
Color(red: 0.812, green: 0.020, blue: 0.318)
/* Android */
Color.parseColor("#cf0551")Accessibility — WCAG contrast
Aa
#cf0551 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0551 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.0%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow60.9%
Key (black)18.8%
Color previews
#cf0551 text on a black background
contrast 3.79:1
Card sample
#cf0551 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0551;
Background color
Panel with #cf0551 background
background-color: #cf0551;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0551;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 5, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 5, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0551; background: linear-gradient(135deg, #cf0551, #CF4005);