#cf4b2f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 75, 47
HSL
11°, 63%, 50%
CMYK
0, 64, 77, 19
Luminance
0.1850
Every format
| HEX | #cf4b2f |
| RGB | rgb(207, 75, 47) |
| HSL | hsl(11, 63%, 50%) |
| CMYK | cmyk(0%, 64%, 77%, 19%) |
| LAB | lab(50.1 50.8 43.6) |
| LCH | lch(50.1 66.9 40.7) |
| OKLCH | oklch(0.589 0.173 33.7) |
Copy-ready code
/* CSS */
color: #cf4b2f;
background-color: #cf4b2f;
/* Tailwind (arbitrary) */
class="text-[#cf4b2f] bg-[#cf4b2f]"
/* SCSS */
$brand: #cf4b2f;
/* SwiftUI */
Color(red: 0.812, green: 0.294, blue: 0.184)
/* Android */
Color.parseColor("#cf4b2f")Accessibility — WCAG contrast
Aa
#cf4b2f on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4b2f on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow77.3%
Key (black)18.8%
Color previews
#cf4b2f text on a black background
contrast 4.70:1
Card sample
#cf4b2f text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4b2f;
Background color
Panel with #cf4b2f background
background-color: #cf4b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 75, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 75, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4b2f; background: linear-gradient(135deg, #cf4b2f, #CFB62F);