#cf7559
a balanced, vivid red · warm · closest name: salmon
RGB
207, 117, 89
HSL
14°, 55%, 58%
CMYK
0, 44, 57, 19
Luminance
0.2671
Every format
| HEX | #cf7559 |
| RGB | rgb(207, 117, 89) |
| HSL | hsl(14, 55%, 58%) |
| CMYK | cmyk(0%, 44%, 57%, 19%) |
| LAB | lab(58.7 32.6 30.8) |
| LCH | lch(58.7 44.8 43.4) |
| OKLCH | oklch(0.656 0.120 38.0) |
Copy-ready code
/* CSS */
color: #cf7559;
background-color: #cf7559;
/* Tailwind (arbitrary) */
class="text-[#cf7559] bg-[#cf7559]"
/* SCSS */
$brand: #cf7559;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.349)
/* Android */
Color.parseColor("#cf7559")Accessibility — WCAG contrast
Aa
#cf7559 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7559 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow57.0%
Key (black)18.8%
Color previews
#cf7559 text on a black background
contrast 6.34:1
Card sample
#cf7559 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7559;
Background color
Panel with #cf7559 background
background-color: #cf7559;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7559;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7559; background: linear-gradient(135deg, #cf7559, #CFC459);