#cf3c3b
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 60, 59
HSL
0°, 61%, 52%
CMYK
0, 71, 72, 19
Luminance
0.1681
Every format
| HEX | #cf3c3b |
| RGB | rgb(207, 60, 59) |
| HSL | hsl(0, 61%, 52%) |
| CMYK | cmyk(0%, 71%, 72%, 19%) |
| LAB | lab(48.0 57.3 34.7) |
| LCH | lch(48.0 67.0 31.2) |
| OKLCH | oklch(0.574 0.184 25.5) |
Copy-ready code
/* CSS */
color: #cf3c3b;
background-color: #cf3c3b;
/* Tailwind (arbitrary) */
class="text-[#cf3c3b] bg-[#cf3c3b]"
/* SCSS */
$brand: #cf3c3b;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.231)
/* Android */
Color.parseColor("#cf3c3b")Accessibility — WCAG contrast
Aa
#cf3c3b on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3c3b on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow71.5%
Key (black)18.8%
Color previews
#cf3c3b text on a black background
contrast 4.36:1
Card sample
#cf3c3b text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3c3b;
Background color
Panel with #cf3c3b background
background-color: #cf3c3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3c3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3c3b; background: linear-gradient(135deg, #cf3c3b, #CF9F3B);