#cf7563
a balanced, vivid red · warm · closest name: salmon
RGB
207, 117, 99
HSL
10°, 53%, 60%
CMYK
0, 44, 52, 19
Luminance
0.2689
Every format
| HEX | #cf7563 |
| RGB | rgb(207, 117, 99) |
| HSL | hsl(10, 53%, 60%) |
| CMYK | cmyk(0%, 44%, 52%, 19%) |
| LAB | lab(58.9 33.4 25.4) |
| LCH | lch(58.9 42.0 37.2) |
| OKLCH | oklch(0.658 0.117 32.3) |
Copy-ready code
/* CSS */
color: #cf7563;
background-color: #cf7563;
/* Tailwind (arbitrary) */
class="text-[#cf7563] bg-[#cf7563]"
/* SCSS */
$brand: #cf7563;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.388)
/* Android */
Color.parseColor("#cf7563")Accessibility — WCAG contrast
Aa
#cf7563 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7563 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow52.2%
Key (black)18.8%
Color previews
#cf7563 text on a black background
contrast 6.38:1
Card sample
#cf7563 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7563;
Background color
Panel with #cf7563 background
background-color: #cf7563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7563; background: linear-gradient(135deg, #cf7563, #CFBD63);