#cf5044
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 80, 68
HSL
5°, 59%, 54%
CMYK
0, 61, 67, 19
Luminance
0.1942
Every format
| HEX | #cf5044 |
| RGB | rgb(207, 80, 68) |
| HSL | hsl(5, 59%, 54%) |
| CMYK | cmyk(0%, 61%, 67%, 19%) |
| LAB | lab(51.2 49.5 33.3) |
| LCH | lch(51.2 59.7 33.9) |
| OKLCH | oklch(0.598 0.163 28.3) |
Copy-ready code
/* CSS */
color: #cf5044;
background-color: #cf5044;
/* Tailwind (arbitrary) */
class="text-[#cf5044] bg-[#cf5044]"
/* SCSS */
$brand: #cf5044;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.267)
/* Android */
Color.parseColor("#cf5044")Accessibility — WCAG contrast
Aa
#cf5044 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5044 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow67.1%
Key (black)18.8%
Color previews
#cf5044 text on a black background
contrast 4.88:1
Card sample
#cf5044 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5044;
Background color
Panel with #cf5044 background
background-color: #cf5044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5044; background: linear-gradient(135deg, #cf5044, #CFAD44);