#cf033f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 3, 63
HSL
342°, 97%, 41%
CMYK
0, 99, 70, 19
Luminance
0.1369
Every format
| HEX | #cf033f |
| RGB | rgb(207, 3, 63) |
| HSL | hsl(342, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 70%, 19%) |
| LAB | lab(43.8 69.6 27.2) |
| LCH | lch(43.8 74.7 21.4) |
| OKLCH | oklch(0.543 0.216 17.0) |
Copy-ready code
/* CSS */
color: #cf033f;
background-color: #cf033f;
/* Tailwind (arbitrary) */
class="text-[#cf033f] bg-[#cf033f]"
/* SCSS */
$brand: #cf033f;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.247)
/* Android */
Color.parseColor("#cf033f")Accessibility — WCAG contrast
Aa
#cf033f on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf033f on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow69.6%
Key (black)18.8%
Color previews
#cf033f text on a black background
contrast 3.74:1
Card sample
#cf033f text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf033f;
Background color
Panel with #cf033f background
background-color: #cf033f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf033f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf033f; background: linear-gradient(135deg, #cf033f, #CF4F03);