#cf4721
a balanced, vivid red · warm · closest name: tomato
RGB
207, 71, 33
HSL
13°, 73%, 47%
CMYK
0, 66, 84, 19
Luminance
0.1788
Every format
| HEX | #cf4721 |
| RGB | rgb(207, 71, 33) |
| HSL | hsl(13, 73%, 47%) |
| CMYK | cmyk(0%, 66%, 84%, 19%) |
| LAB | lab(49.4 52.0 49.7) |
| LCH | lch(49.4 71.9 43.7) |
| OKLCH | oklch(0.583 0.179 35.8) |
Copy-ready code
/* CSS */
color: #cf4721;
background-color: #cf4721;
/* Tailwind (arbitrary) */
class="text-[#cf4721] bg-[#cf4721]"
/* SCSS */
$brand: #cf4721;
/* SwiftUI */
Color(red: 0.812, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#cf4721")Accessibility — WCAG contrast
Aa
#cf4721 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4721 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow84.1%
Key (black)18.8%
Color previews
#cf4721 text on a black background
contrast 4.58:1
Card sample
#cf4721 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4721;
Background color
Panel with #cf4721 background
background-color: #cf4721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4721; background: linear-gradient(135deg, #cf4721, #CFBB21);