#cf5845
a balanced, vivid red · warm · closest name: salmon
RGB
207, 88, 69
HSL
8°, 59%, 54%
CMYK
0, 58, 67, 19
Luminance
0.2067
Every format
| HEX | #cf5845 |
| RGB | rgb(207, 88, 69) |
| HSL | hsl(8, 59%, 54%) |
| CMYK | cmyk(0%, 58%, 67%, 19%) |
| LAB | lab(52.6 45.9 34.4) |
| LCH | lch(52.6 57.4 36.9) |
| OKLCH | oklch(0.609 0.155 31.2) |
Copy-ready code
/* CSS */
color: #cf5845;
background-color: #cf5845;
/* Tailwind (arbitrary) */
class="text-[#cf5845] bg-[#cf5845]"
/* SCSS */
$brand: #cf5845;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.271)
/* Android */
Color.parseColor("#cf5845")Accessibility — WCAG contrast
Aa
#cf5845 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5845 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow66.7%
Key (black)18.8%
Color previews
#cf5845 text on a black background
contrast 5.13:1
Card sample
#cf5845 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5845;
Background color
Panel with #cf5845 background
background-color: #cf5845;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5845;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5845; background: linear-gradient(135deg, #cf5845, #CFB445);