#cf331a
a balanced, electric red · warm · closest name: firebrick
RGB
207, 51, 26
HSL
8°, 78%, 46%
CMYK
0, 75, 87, 19
Luminance
0.1571
Every format
| HEX | #cf331a |
| RGB | rgb(207, 51, 26) |
| HSL | hsl(8, 78%, 46%) |
| CMYK | cmyk(0%, 75%, 87%, 19%) |
| LAB | lab(46.6 59.3 50.5) |
| LCH | lch(46.6 77.9 40.4) |
| OKLCH | oklch(0.562 0.196 31.8) |
Copy-ready code
/* CSS */
color: #cf331a;
background-color: #cf331a;
/* Tailwind (arbitrary) */
class="text-[#cf331a] bg-[#cf331a]"
/* SCSS */
$brand: #cf331a;
/* SwiftUI */
Color(red: 0.812, green: 0.200, blue: 0.102)
/* Android */
Color.parseColor("#cf331a")Accessibility — WCAG contrast
Aa
#cf331a on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf331a on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow87.4%
Key (black)18.8%
Color previews
#cf331a text on a black background
contrast 4.14:1
Card sample
#cf331a text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf331a;
Background color
Panel with #cf331a background
background-color: #cf331a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf331a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 51, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 51, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf331a; background: linear-gradient(135deg, #cf331a, #CFAC1A);