#cf7175
a balanced, vivid red · warm · closest name: salmon
RGB
207, 113, 117
HSL
357°, 50%, 63%
CMYK
0, 45, 44, 19
Luminance
0.2636
Every format
| HEX | #cf7175 |
| RGB | rgb(207, 113, 117) |
| HSL | hsl(357, 50%, 63%) |
| CMYK | cmyk(0%, 45%, 44%, 19%) |
| LAB | lab(58.4 37.3 14.4) |
| LCH | lch(58.4 40.0 21.1) |
| OKLCH | oklch(0.655 0.118 18.2) |
Copy-ready code
/* CSS */
color: #cf7175;
background-color: #cf7175;
/* Tailwind (arbitrary) */
class="text-[#cf7175] bg-[#cf7175]"
/* SCSS */
$brand: #cf7175;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.459)
/* Android */
Color.parseColor("#cf7175")Accessibility — WCAG contrast
Aa
#cf7175 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7175 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow43.5%
Key (black)18.8%
Color previews
#cf7175 text on a black background
contrast 6.27:1
Card sample
#cf7175 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7175;
Background color
Panel with #cf7175 background
background-color: #cf7175;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7175;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7175; background: linear-gradient(135deg, #cf7175, #CFAB71);