#cf441f
a balanced, vivid red · warm · closest name: tomato
RGB
207, 68, 31
HSL
13°, 74%, 47%
CMYK
0, 67, 85, 19
Luminance
0.1750
Every format
| HEX | #cf441f |
| RGB | rgb(207, 68, 31) |
| HSL | hsl(13, 74%, 47%) |
| CMYK | cmyk(0%, 67%, 85%, 19%) |
| LAB | lab(48.9 53.2 50.2) |
| LCH | lch(48.9 73.1 43.3) |
| OKLCH | oklch(0.580 0.182 35.2) |
Copy-ready code
/* CSS */
color: #cf441f;
background-color: #cf441f;
/* Tailwind (arbitrary) */
class="text-[#cf441f] bg-[#cf441f]"
/* SCSS */
$brand: #cf441f;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.122)
/* Android */
Color.parseColor("#cf441f")Accessibility — WCAG contrast
Aa
#cf441f on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf441f on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow85.0%
Key (black)18.8%
Color previews
#cf441f text on a black background
contrast 4.50:1
Card sample
#cf441f text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf441f;
Background color
Panel with #cf441f background
background-color: #cf441f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf441f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf441f; background: linear-gradient(135deg, #cf441f, #CFB91F);