#cf034f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 3, 79
HSL
338°, 97%, 41%
CMYK
0, 99, 62, 19
Luminance
0.1390
Every format
| HEX | #cf034f |
| RGB | rgb(207, 3, 79) |
| HSL | hsl(338, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 62%, 19%) |
| LAB | lab(44.1 70.4 17.6) |
| LCH | lch(44.1 72.6 14.1) |
| OKLCH | oklch(0.546 0.217 11.5) |
Copy-ready code
/* CSS */
color: #cf034f;
background-color: #cf034f;
/* Tailwind (arbitrary) */
class="text-[#cf034f] bg-[#cf034f]"
/* SCSS */
$brand: #cf034f;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#cf034f")Accessibility — WCAG contrast
Aa
#cf034f on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf034f on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow61.8%
Key (black)18.8%
Color previews
#cf034f text on a black background
contrast 3.78:1
Card sample
#cf034f text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf034f;
Background color
Panel with #cf034f background
background-color: #cf034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf034f; background: linear-gradient(135deg, #cf034f, #CF3F03);