#cf032d
a dark, electric red · warm · closest name: crimson
RGB
207, 3, 45
HSL
348°, 97%, 41%
CMYK
0, 99, 78, 19
Luminance
0.1352
Every format
| HEX | #cf032d |
| RGB | rgb(207, 3, 45) |
| HSL | hsl(348, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 78%, 19%) |
| LAB | lab(43.5 68.9 37.8) |
| LCH | lch(43.5 78.6 28.8) |
| OKLCH | oklch(0.540 0.217 22.4) |
Copy-ready code
/* CSS */
color: #cf032d;
background-color: #cf032d;
/* Tailwind (arbitrary) */
class="text-[#cf032d] bg-[#cf032d]"
/* SCSS */
$brand: #cf032d;
/* SwiftUI */
Color(red: 0.812, green: 0.012, blue: 0.176)
/* Android */
Color.parseColor("#cf032d")Accessibility — WCAG contrast
Aa
#cf032d on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf032d on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green1.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow78.3%
Key (black)18.8%
Color previews
#cf032d text on a black background
contrast 3.70:1
Card sample
#cf032d text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf032d;
Background color
Panel with #cf032d background
background-color: #cf032d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf032d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 3, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 3, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf032d; background: linear-gradient(135deg, #cf032d, #CF6103);