#cf2d2c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 45, 44
HSL
0°, 65%, 49%
CMYK
0, 78, 79, 19
Luminance
0.1532
Every format
| HEX | #cf2d2c |
| RGB | rgb(207, 45, 44) |
| HSL | hsl(0, 65%, 49%) |
| CMYK | cmyk(0%, 78%, 79%, 19%) |
| LAB | lab(46.1 61.6 41.0) |
| LCH | lch(46.1 74.0 33.7) |
| OKLCH | oklch(0.559 0.198 26.8) |
Copy-ready code
/* CSS */
color: #cf2d2c;
background-color: #cf2d2c;
/* Tailwind (arbitrary) */
class="text-[#cf2d2c] bg-[#cf2d2c]"
/* SCSS */
$brand: #cf2d2c;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.173)
/* Android */
Color.parseColor("#cf2d2c")Accessibility — WCAG contrast
Aa
#cf2d2c on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2d2c on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow78.7%
Key (black)18.8%
Color previews
#cf2d2c text on a black background
contrast 4.06:1
Card sample
#cf2d2c text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2d2c;
Background color
Panel with #cf2d2c background
background-color: #cf2d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 45, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2d2c; background: linear-gradient(135deg, #cf2d2c, #CF9A2C);