#cf053f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 5, 63
HSL
343°, 95%, 42%
CMYK
0, 98, 70, 19
Luminance
0.1373
Every format
| HEX | #cf053f |
| RGB | rgb(207, 5, 63) |
| HSL | hsl(343, 95%, 42%) |
| CMYK | cmyk(0%, 98%, 70%, 19%) |
| LAB | lab(43.9 69.4 27.3) |
| LCH | lch(43.9 74.6 21.5) |
| OKLCH | oklch(0.543 0.216 17.1) |
Copy-ready code
/* CSS */
color: #cf053f;
background-color: #cf053f;
/* Tailwind (arbitrary) */
class="text-[#cf053f] bg-[#cf053f]"
/* SCSS */
$brand: #cf053f;
/* SwiftUI */
Color(red: 0.812, green: 0.020, blue: 0.247)
/* Android */
Color.parseColor("#cf053f")Accessibility — WCAG contrast
Aa
#cf053f on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf053f on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow69.6%
Key (black)18.8%
Color previews
#cf053f text on a black background
contrast 3.75:1
Card sample
#cf053f text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf053f;
Background color
Panel with #cf053f background
background-color: #cf053f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf053f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 5, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 5, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf053f; background: linear-gradient(135deg, #cf053f, #CF5205);