#cf5949
a balanced, vivid red · warm · closest name: salmon
RGB
207, 89, 73
HSL
7°, 58%, 55%
CMYK
0, 57, 65, 19
Luminance
0.2089
Every format
| HEX | #cf5949 |
| RGB | rgb(207, 89, 73) |
| HSL | hsl(7, 58%, 55%) |
| CMYK | cmyk(0%, 57%, 65%, 19%) |
| LAB | lab(52.8 45.6 32.4) |
| LCH | lch(52.8 56.0 35.4) |
| OKLCH | oklch(0.611 0.153 29.9) |
Copy-ready code
/* CSS */
color: #cf5949;
background-color: #cf5949;
/* Tailwind (arbitrary) */
class="text-[#cf5949] bg-[#cf5949]"
/* SCSS */
$brand: #cf5949;
/* SwiftUI */
Color(red: 0.812, green: 0.349, blue: 0.286)
/* Android */
Color.parseColor("#cf5949")Accessibility — WCAG contrast
Aa
#cf5949 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5949 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow64.7%
Key (black)18.8%
Color previews
#cf5949 text on a black background
contrast 5.18:1
Card sample
#cf5949 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5949;
Background color
Panel with #cf5949 background
background-color: #cf5949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 89, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 89, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5949; background: linear-gradient(135deg, #cf5949, #CFB249);