#cf3a15
a dark, electric red · warm · closest name: tomato
RGB
207, 58, 21
HSL
12°, 82%, 45%
CMYK
0, 72, 90, 19
Luminance
0.1635
Every format
| HEX | #cf3a15 |
| RGB | rgb(207, 58, 21) |
| HSL | hsl(12, 82%, 45%) |
| CMYK | cmyk(0%, 72%, 90%, 19%) |
| LAB | lab(47.4 56.8 53.1) |
| LCH | lch(47.4 77.8 43.1) |
| OKLCH | oklch(0.569 0.191 34.2) |
Copy-ready code
/* CSS */
color: #cf3a15;
background-color: #cf3a15;
/* Tailwind (arbitrary) */
class="text-[#cf3a15] bg-[#cf3a15]"
/* SCSS */
$brand: #cf3a15;
/* SwiftUI */
Color(red: 0.812, green: 0.227, blue: 0.082)
/* Android */
Color.parseColor("#cf3a15")Accessibility — WCAG contrast
Aa
#cf3a15 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3a15 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.7%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow89.9%
Key (black)18.8%
Color previews
#cf3a15 text on a black background
contrast 4.27:1
Card sample
#cf3a15 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3a15;
Background color
Panel with #cf3a15 background
background-color: #cf3a15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3a15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 58, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 58, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3a15; background: linear-gradient(135deg, #cf3a15, #CFB615);