#cf5c4f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 92, 79
HSL
6°, 57%, 56%
CMYK
0, 56, 62, 19
Luminance
0.2148
Every format
| HEX | #cf5c4f |
| RGB | rgb(207, 92, 79) |
| HSL | hsl(6, 57%, 56%) |
| CMYK | cmyk(0%, 56%, 62%, 19%) |
| LAB | lab(53.5 44.6 29.8) |
| LCH | lch(53.5 53.6 33.8) |
| OKLCH | oklch(0.616 0.149 28.6) |
Copy-ready code
/* CSS */
color: #cf5c4f;
background-color: #cf5c4f;
/* Tailwind (arbitrary) */
class="text-[#cf5c4f] bg-[#cf5c4f]"
/* SCSS */
$brand: #cf5c4f;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.310)
/* Android */
Color.parseColor("#cf5c4f")Accessibility — WCAG contrast
Aa
#cf5c4f on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5c4f on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow61.8%
Key (black)18.8%
Color previews
#cf5c4f text on a black background
contrast 5.30:1
Card sample
#cf5c4f text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5c4f;
Background color
Panel with #cf5c4f background
background-color: #cf5c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5c4f; background: linear-gradient(135deg, #cf5c4f, #CFB14F);