#cf2f4a
a balanced, vivid red · warm · closest name: crimson
RGB
207, 47, 74
HSL
350°, 63%, 50%
CMYK
0, 77, 64, 19
Luminance
0.1579
Every format
| HEX | #cf2f4a |
| RGB | rgb(207, 47, 74) |
| HSL | hsl(350, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 64%, 19%) |
| LAB | lab(46.7 62.4 24.2) |
| LCH | lch(46.7 66.9 21.2) |
| OKLCH | oklch(0.565 0.195 17.3) |
Copy-ready code
/* CSS */
color: #cf2f4a;
background-color: #cf2f4a;
/* Tailwind (arbitrary) */
class="text-[#cf2f4a] bg-[#cf2f4a]"
/* SCSS */
$brand: #cf2f4a;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.290)
/* Android */
Color.parseColor("#cf2f4a")Accessibility — WCAG contrast
Aa
#cf2f4a on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2f4a on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow64.3%
Key (black)18.8%
Color previews
#cf2f4a text on a black background
contrast 4.16:1
Card sample
#cf2f4a text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2f4a;
Background color
Panel with #cf2f4a background
background-color: #cf2f4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2f4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2f4a; background: linear-gradient(135deg, #cf2f4a, #CF7F2F);