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