#cf2439
a balanced, vivid red · warm · closest name: crimson
RGB
207, 36, 57
HSL
353°, 70%, 48%
CMYK
0, 83, 73, 19
Luminance
0.1482
Every format
| HEX | #cf2439 |
| RGB | rgb(207, 36, 57) |
| HSL | hsl(353, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 73%, 19%) |
| LAB | lab(45.4 64.5 32.8) |
| LCH | lch(45.4 72.3 27.0) |
| OKLCH | oklch(0.554 0.203 21.6) |
Copy-ready code
/* CSS */
color: #cf2439;
background-color: #cf2439;
/* Tailwind (arbitrary) */
class="text-[#cf2439] bg-[#cf2439]"
/* SCSS */
$brand: #cf2439;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.224)
/* Android */
Color.parseColor("#cf2439")Accessibility — WCAG contrast
Aa
#cf2439 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2439 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow72.5%
Key (black)18.8%
Color previews
#cf2439 text on a black background
contrast 3.96:1
Card sample
#cf2439 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2439;
Background color
Panel with #cf2439 background
background-color: #cf2439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2439; background: linear-gradient(135deg, #cf2439, #CF8124);