#cf2849
a balanced, vivid red · warm · closest name: crimson
RGB
207, 40, 73
HSL
348°, 68%, 48%
CMYK
0, 81, 65, 19
Luminance
0.1526
Every format
| HEX | #cf2849 |
| RGB | rgb(207, 40, 73) |
| HSL | hsl(348, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 65%, 19%) |
| LAB | lab(46.0 64.3 23.9) |
| LCH | lch(46.0 68.5 20.4) |
| OKLCH | oklch(0.560 0.200 16.6) |
Copy-ready code
/* CSS */
color: #cf2849;
background-color: #cf2849;
/* Tailwind (arbitrary) */
class="text-[#cf2849] bg-[#cf2849]"
/* SCSS */
$brand: #cf2849;
/* SwiftUI */
Color(red: 0.812, green: 0.157, blue: 0.286)
/* Android */
Color.parseColor("#cf2849")Accessibility — WCAG contrast
Aa
#cf2849 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2849 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow64.7%
Key (black)18.8%
Color previews
#cf2849 text on a black background
contrast 4.05:1
Card sample
#cf2849 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2849;
Background color
Panel with #cf2849 background
background-color: #cf2849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 40, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 40, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2849; background: linear-gradient(135deg, #cf2849, #CF7628);