#cf3239
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 50, 57
HSL
357°, 62%, 50%
CMYK
0, 76, 73, 19
Luminance
0.1584
Every format
| HEX | #cf3239 |
| RGB | rgb(207, 50, 57) |
| HSL | hsl(357, 62%, 50%) |
| CMYK | cmyk(0%, 76%, 73%, 19%) |
| LAB | lab(46.8 60.6 34.4) |
| LCH | lch(46.8 69.7 29.6) |
| OKLCH | oklch(0.565 0.193 23.9) |
Copy-ready code
/* CSS */
color: #cf3239;
background-color: #cf3239;
/* Tailwind (arbitrary) */
class="text-[#cf3239] bg-[#cf3239]"
/* SCSS */
$brand: #cf3239;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.224)
/* Android */
Color.parseColor("#cf3239")Accessibility — WCAG contrast
Aa
#cf3239 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3239 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow72.5%
Key (black)18.8%
Color previews
#cf3239 text on a black background
contrast 4.17:1
Card sample
#cf3239 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3239;
Background color
Panel with #cf3239 background
background-color: #cf3239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3239; background: linear-gradient(135deg, #cf3239, #CF9432);