#cf2021
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 32, 33
HSL
360°, 73%, 47%
CMYK
0, 85, 84, 19
Luminance
0.1441
Every format
| HEX | #cf2021 |
| RGB | rgb(207, 32, 33) |
| HSL | hsl(360, 73%, 47%) |
| CMYK | cmyk(0%, 85%, 84%, 19%) |
| LAB | lab(44.8 64.6 45.7) |
| LCH | lch(44.8 79.1 35.3) |
| OKLCH | oklch(0.549 0.207 27.4) |
Copy-ready code
/* CSS */
color: #cf2021;
background-color: #cf2021;
/* Tailwind (arbitrary) */
class="text-[#cf2021] bg-[#cf2021]"
/* SCSS */
$brand: #cf2021;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#cf2021")Accessibility — WCAG contrast
Aa
#cf2021 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2021 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow84.1%
Key (black)18.8%
Color previews
#cf2021 text on a black background
contrast 3.88:1
Card sample
#cf2021 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2021;
Background color
Panel with #cf2021 background
background-color: #cf2021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2021; background: linear-gradient(135deg, #cf2021, #CF9420);