#cf2d22
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 45, 34
HSL
4°, 72%, 47%
CMYK
0, 78, 84, 19
Luminance
0.1526
Every format
| HEX | #cf2d22 |
| RGB | rgb(207, 45, 34) |
| HSL | hsl(4, 72%, 47%) |
| CMYK | cmyk(0%, 78%, 84%, 19%) |
| LAB | lab(46.0 61.3 46.2) |
| LCH | lch(46.0 76.8 37.0) |
| OKLCH | oklch(0.558 0.199 29.1) |
Copy-ready code
/* CSS */
color: #cf2d22;
background-color: #cf2d22;
/* Tailwind (arbitrary) */
class="text-[#cf2d22] bg-[#cf2d22]"
/* SCSS */
$brand: #cf2d22;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.133)
/* Android */
Color.parseColor("#cf2d22")Accessibility — WCAG contrast
Aa
#cf2d22 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2d22 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.6%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow83.6%
Key (black)18.8%
Color previews
#cf2d22 text on a black background
contrast 4.05:1
Card sample
#cf2d22 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2d22;
Background color
Panel with #cf2d22 background
background-color: #cf2d22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2d22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 45, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2d22; background: linear-gradient(135deg, #cf2d22, #CFA022);