#cf3f3c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 63, 60
HSL
1°, 61%, 52%
CMYK
0, 70, 71, 19
Luminance
0.1715
Every format
| HEX | #cf3f3c |
| RGB | rgb(207, 63, 60) |
| HSL | hsl(1, 61%, 52%) |
| CMYK | cmyk(0%, 70%, 71%, 19%) |
| LAB | lab(48.5 56.2 34.6) |
| LCH | lch(48.5 66.0 31.6) |
| OKLCH | oklch(0.577 0.181 25.9) |
Copy-ready code
/* CSS */
color: #cf3f3c;
background-color: #cf3f3c;
/* Tailwind (arbitrary) */
class="text-[#cf3f3c] bg-[#cf3f3c]"
/* SCSS */
$brand: #cf3f3c;
/* SwiftUI */
Color(red: 0.812, green: 0.247, blue: 0.235)
/* Android */
Color.parseColor("#cf3f3c")Accessibility — WCAG contrast
Aa
#cf3f3c on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3f3c on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow71.0%
Key (black)18.8%
Color previews
#cf3f3c text on a black background
contrast 4.43:1
Card sample
#cf3f3c text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3f3c;
Background color
Panel with #cf3f3c background
background-color: #cf3f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 63, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 63, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3f3c; background: linear-gradient(135deg, #cf3f3c, #CFA13C);