#cf5444
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 84, 68
HSL
7°, 59%, 54%
CMYK
0, 59, 67, 19
Luminance
0.2002
Every format
| HEX | #cf5444 |
| RGB | rgb(207, 84, 68) |
| HSL | hsl(7, 59%, 54%) |
| CMYK | cmyk(0%, 59%, 67%, 19%) |
| LAB | lab(51.9 47.7 34.1) |
| LCH | lch(51.9 58.6 35.6) |
| OKLCH | oklch(0.603 0.159 29.9) |
Copy-ready code
/* CSS */
color: #cf5444;
background-color: #cf5444;
/* Tailwind (arbitrary) */
class="text-[#cf5444] bg-[#cf5444]"
/* SCSS */
$brand: #cf5444;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 0.267)
/* Android */
Color.parseColor("#cf5444")Accessibility — WCAG contrast
Aa
#cf5444 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5444 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow67.1%
Key (black)18.8%
Color previews
#cf5444 text on a black background
contrast 5.00:1
Card sample
#cf5444 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5444;
Background color
Panel with #cf5444 background
background-color: #cf5444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5444; background: linear-gradient(135deg, #cf5444, #CFB144);