#cf2449
a balanced, vivid red · warm · closest name: crimson
RGB
207, 36, 73
HSL
347°, 70%, 48%
CMYK
0, 83, 65, 19
Luminance
0.1501
Every format
| HEX | #cf2449 |
| RGB | rgb(207, 36, 73) |
| HSL | hsl(347, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 65%, 19%) |
| LAB | lab(45.6 65.2 23.4) |
| LCH | lch(45.6 69.3 19.7) |
| OKLCH | oklch(0.557 0.203 16.0) |
Copy-ready code
/* CSS */
color: #cf2449;
background-color: #cf2449;
/* Tailwind (arbitrary) */
class="text-[#cf2449] bg-[#cf2449]"
/* SCSS */
$brand: #cf2449;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.286)
/* Android */
Color.parseColor("#cf2449")Accessibility — WCAG contrast
Aa
#cf2449 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2449 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow64.7%
Key (black)18.8%
Color previews
#cf2449 text on a black background
contrast 4.00:1
Card sample
#cf2449 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2449;
Background color
Panel with #cf2449 background
background-color: #cf2449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2449; background: linear-gradient(135deg, #cf2449, #CF7124);