#cf3207
a dark, electric red · warm · closest name: tomato
RGB
207, 50, 7
HSL
13°, 94%, 42%
CMYK
0, 76, 97, 19
Luminance
0.1556
Every format
| HEX | #cf3207 |
| RGB | rgb(207, 50, 7) |
| HSL | hsl(13, 94%, 42%) |
| CMYK | cmyk(0%, 76%, 97%, 19%) |
| LAB | lab(46.4 59.4 56.8) |
| LCH | lch(46.4 82.1 43.7) |
| OKLCH | oklch(0.561 0.199 33.9) |
Copy-ready code
/* CSS */
color: #cf3207;
background-color: #cf3207;
/* Tailwind (arbitrary) */
class="text-[#cf3207] bg-[#cf3207]"
/* SCSS */
$brand: #cf3207;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.027)
/* Android */
Color.parseColor("#cf3207")Accessibility — WCAG contrast
Aa
#cf3207 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3207 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow96.6%
Key (black)18.8%
Color previews
#cf3207 text on a black background
contrast 4.11:1
Card sample
#cf3207 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3207;
Background color
Panel with #cf3207 background
background-color: #cf3207;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3207;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3207; background: linear-gradient(135deg, #cf3207, #CFB807);