#cf604c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 96, 76
HSL
9°, 58%, 56%
CMYK
0, 54, 63, 19
Luminance
0.2215
Every format
| HEX | #cf604c |
| RGB | rgb(207, 96, 76) |
| HSL | hsl(9, 58%, 56%) |
| CMYK | cmyk(0%, 54%, 63%, 19%) |
| LAB | lab(54.2 42.4 32.4) |
| LCH | lch(54.2 53.4 37.4) |
| OKLCH | oklch(0.621 0.145 31.9) |
Copy-ready code
/* CSS */
color: #cf604c;
background-color: #cf604c;
/* Tailwind (arbitrary) */
class="text-[#cf604c] bg-[#cf604c]"
/* SCSS */
$brand: #cf604c;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.298)
/* Android */
Color.parseColor("#cf604c")Accessibility — WCAG contrast
Aa
#cf604c on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf604c on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow63.3%
Key (black)18.8%
Color previews
#cf604c text on a black background
contrast 5.43:1
Card sample
#cf604c text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf604c;
Background color
Panel with #cf604c background
background-color: #cf604c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf604c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf604c; background: linear-gradient(135deg, #cf604c, #CFB74C);