#cf4f3c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 79, 60
HSL
8°, 61%, 52%
CMYK
0, 62, 71, 19
Luminance
0.1918
Every format
| HEX | #cf4f3c |
| RGB | rgb(207, 79, 60) |
| HSL | hsl(8, 61%, 52%) |
| CMYK | cmyk(0%, 62%, 71%, 19%) |
| LAB | lab(50.9 49.6 37.5) |
| LCH | lch(50.9 62.1 37.1) |
| OKLCH | oklch(0.596 0.166 31.0) |
Copy-ready code
/* CSS */
color: #cf4f3c;
background-color: #cf4f3c;
/* Tailwind (arbitrary) */
class="text-[#cf4f3c] bg-[#cf4f3c]"
/* SCSS */
$brand: #cf4f3c;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.235)
/* Android */
Color.parseColor("#cf4f3c")Accessibility — WCAG contrast
Aa
#cf4f3c on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f3c on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow71.0%
Key (black)18.8%
Color previews
#cf4f3c text on a black background
contrast 4.84:1
Card sample
#cf4f3c text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f3c;
Background color
Panel with #cf4f3c background
background-color: #cf4f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f3c; background: linear-gradient(135deg, #cf4f3c, #CFB13C);