#cf5841
a balanced, vivid red · warm · closest name: salmon
RGB
207, 88, 65
HSL
10°, 60%, 53%
CMYK
0, 58, 69, 19
Luminance
0.2063
Every format
| HEX | #cf5841 |
| RGB | rgb(207, 88, 65) |
| HSL | hsl(10, 60%, 53%) |
| CMYK | cmyk(0%, 58%, 69%, 19%) |
| LAB | lab(52.5 45.7 36.6) |
| LCH | lch(52.5 58.5 38.7) |
| OKLCH | oklch(0.608 0.156 32.7) |
Copy-ready code
/* CSS */
color: #cf5841;
background-color: #cf5841;
/* Tailwind (arbitrary) */
class="text-[#cf5841] bg-[#cf5841]"
/* SCSS */
$brand: #cf5841;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.255)
/* Android */
Color.parseColor("#cf5841")Accessibility — WCAG contrast
Aa
#cf5841 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5841 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow68.6%
Key (black)18.8%
Color previews
#cf5841 text on a black background
contrast 5.13:1
Card sample
#cf5841 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5841;
Background color
Panel with #cf5841 background
background-color: #cf5841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5841; background: linear-gradient(135deg, #cf5841, #CFB741);