#cf491f
a balanced, vivid red · warm · closest name: tomato
RGB
207, 73, 31
HSL
14°, 74%, 47%
CMYK
0, 65, 85, 19
Luminance
0.1813
Every format
| HEX | #cf491f |
| RGB | rgb(207, 73, 31) |
| HSL | hsl(14, 74%, 47%) |
| CMYK | cmyk(0%, 65%, 85%, 19%) |
| LAB | lab(49.7 51.1 50.8) |
| LCH | lch(49.7 72.1 44.8) |
| OKLCH | oklch(0.585 0.177 36.8) |
Copy-ready code
/* CSS */
color: #cf491f;
background-color: #cf491f;
/* Tailwind (arbitrary) */
class="text-[#cf491f] bg-[#cf491f]"
/* SCSS */
$brand: #cf491f;
/* SwiftUI */
Color(red: 0.812, green: 0.286, blue: 0.122)
/* Android */
Color.parseColor("#cf491f")Accessibility — WCAG contrast
Aa
#cf491f on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf491f on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow85.0%
Key (black)18.8%
Color previews
#cf491f text on a black background
contrast 4.63:1
Card sample
#cf491f text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf491f;
Background color
Panel with #cf491f background
background-color: #cf491f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf491f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 73, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 73, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf491f; background: linear-gradient(135deg, #cf491f, #CFBE1F);