#cf034b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 3, 75
HSL
339°, 97%, 41%
CMYK
0, 99, 64, 19
Luminance
0.1384
Every format
| HEX | #cf034b |
| RGB | rgb(207, 3, 75) |
| HSL | hsl(339, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 64%, 19%) |
| LAB | lab(44.0 70.2 20.0) |
| LCH | lch(44.0 73.0 15.9) |
| OKLCH | oklch(0.545 0.217 12.9) |
Copy-ready code
/* CSS */
color: #cf034b;
background-color: #cf034b;
/* Tailwind (arbitrary) */
class="text-[#cf034b] bg-[#cf034b]"
/* SCSS */
$brand: #cf034b;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.294)
/* Android */
Color.parseColor("#cf034b")Accessibility — WCAG contrast
Aa
#cf034b on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf034b on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow63.8%
Key (black)18.8%
Color previews
#cf034b text on a black background
contrast 3.77:1
Card sample
#cf034b text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf034b;
Background color
Panel with #cf034b background
background-color: #cf034b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf034b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf034b; background: linear-gradient(135deg, #cf034b, #CF4303);