#cf4c21
a balanced, vivid red · warm · closest name: tomato
RGB
207, 76, 33
HSL
15°, 73%, 47%
CMYK
0, 63, 84, 19
Luminance
0.1854
Every format
| HEX | #cf4c21 |
| RGB | rgb(207, 76, 33) |
| HSL | hsl(15, 73%, 47%) |
| CMYK | cmyk(0%, 63%, 84%, 19%) |
| LAB | lab(50.1 49.9 50.4) |
| LCH | lch(50.1 70.9 45.3) |
| OKLCH | oklch(0.589 0.174 37.4) |
Copy-ready code
/* CSS */
color: #cf4c21;
background-color: #cf4c21;
/* Tailwind (arbitrary) */
class="text-[#cf4c21] bg-[#cf4c21]"
/* SCSS */
$brand: #cf4c21;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 0.129)
/* Android */
Color.parseColor("#cf4c21")Accessibility — WCAG contrast
Aa
#cf4c21 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4c21 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow84.1%
Key (black)18.8%
Color previews
#cf4c21 text on a black background
contrast 4.71:1
Card sample
#cf4c21 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4c21;
Background color
Panel with #cf4c21 background
background-color: #cf4c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4c21; background: linear-gradient(135deg, #cf4c21, #CFC021);