#cf5347
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 83, 71
HSL
5°, 59%, 55%
CMYK
0, 60, 66, 19
Luminance
0.1991
Every format
| HEX | #cf5347 |
| RGB | rgb(207, 83, 71) |
| HSL | hsl(5, 59%, 55%) |
| CMYK | cmyk(0%, 60%, 66%, 19%) |
| LAB | lab(51.7 48.3 32.2) |
| LCH | lch(51.7 58.1 33.7) |
| OKLCH | oklch(0.602 0.160 28.3) |
Copy-ready code
/* CSS */
color: #cf5347;
background-color: #cf5347;
/* Tailwind (arbitrary) */
class="text-[#cf5347] bg-[#cf5347]"
/* SCSS */
$brand: #cf5347;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.278)
/* Android */
Color.parseColor("#cf5347")Accessibility — WCAG contrast
Aa
#cf5347 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5347 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow65.7%
Key (black)18.8%
Color previews
#cf5347 text on a black background
contrast 4.98:1
Card sample
#cf5347 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5347;
Background color
Panel with #cf5347 background
background-color: #cf5347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5347; background: linear-gradient(135deg, #cf5347, #CFAE47);