#cf7583
a balanced, vivid red · warm · closest name: salmon
RGB
207, 117, 131
HSL
351°, 48%, 64%
CMYK
0, 44, 37, 19
Luminance
0.2763
Every format
| HEX | #cf7583 |
| RGB | rgb(207, 117, 131) |
| HSL | hsl(351, 48%, 64%) |
| CMYK | cmyk(0%, 44%, 37%, 19%) |
| LAB | lab(59.5 36.8 8.0) |
| LCH | lch(59.5 37.6 12.2) |
| OKLCH | oklch(0.665 0.113 10.7) |
Copy-ready code
/* CSS */
color: #cf7583;
background-color: #cf7583;
/* Tailwind (arbitrary) */
class="text-[#cf7583] bg-[#cf7583]"
/* SCSS */
$brand: #cf7583;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.514)
/* Android */
Color.parseColor("#cf7583")Accessibility — WCAG contrast
Aa
#cf7583 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7583 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow36.7%
Key (black)18.8%
Color previews
#cf7583 text on a black background
contrast 6.53:1
Card sample
#cf7583 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7583;
Background color
Panel with #cf7583 background
background-color: #cf7583;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7583;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7583; background: linear-gradient(135deg, #cf7583, #CFA375);