#cf5f5d
a balanced, vivid red · warm · closest name: salmon
RGB
207, 95, 93
HSL
1°, 54%, 59%
CMYK
0, 54, 55, 19
Luminance
0.2224
Every format
| HEX | #cf5f5d |
| RGB | rgb(207, 95, 93) |
| HSL | hsl(1, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 55%, 19%) |
| LAB | lab(54.3 44.2 22.8) |
| LCH | lch(54.3 49.7 27.3) |
| OKLCH | oklch(0.623 0.143 23.1) |
Copy-ready code
/* CSS */
color: #cf5f5d;
background-color: #cf5f5d;
/* Tailwind (arbitrary) */
class="text-[#cf5f5d] bg-[#cf5f5d]"
/* SCSS */
$brand: #cf5f5d;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.365)
/* Android */
Color.parseColor("#cf5f5d")Accessibility — WCAG contrast
Aa
#cf5f5d on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5f5d on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow55.1%
Key (black)18.8%
Color previews
#cf5f5d text on a black background
contrast 5.45:1
Card sample
#cf5f5d text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5f5d;
Background color
Panel with #cf5f5d background
background-color: #cf5f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5f5d; background: linear-gradient(135deg, #cf5f5d, #CFAB5D);