#c64f4f
a balanced, vivid red · warm · closest name: salmon
RGB
198, 79, 79
HSL
0°, 51%, 54%
CMYK
0, 60, 60, 22
Luminance
0.1816
Every format
| HEX | #c64f4f |
| RGB | rgb(198, 79, 79) |
| HSL | hsl(0, 51%, 54%) |
| CMYK | cmyk(0%, 60%, 60%, 22%) |
| LAB | lab(49.7 47.5 24.7) |
| LCH | lch(49.7 53.6 27.5) |
| OKLCH | oklch(0.585 0.153 23.0) |
Copy-ready code
/* CSS */
color: #c64f4f;
background-color: #c64f4f;
/* Tailwind (arbitrary) */
class="text-[#c64f4f] bg-[#c64f4f]"
/* SCSS */
$brand: #c64f4f;
/* SwiftUI */
Color(red: 0.776, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#c64f4f")Accessibility — WCAG contrast
Aa
#c64f4f on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64f4f on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow60.1%
Key (black)22.4%
Color previews
#c64f4f text on a black background
contrast 4.63:1
Card sample
#c64f4f text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64f4f;
Background color
Panel with #c64f4f background
background-color: #c64f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64f4f; background: linear-gradient(135deg, #c64f4f, #C69E4F);