#cf7c80
a balanced, vivid red · warm · closest name: salmon
RGB
207, 124, 128
HSL
357°, 46%, 65%
CMYK
0, 40, 38, 19
Luminance
0.2924
Every format
| HEX | #cf7c80 |
| RGB | rgb(207, 124, 128) |
| HSL | hsl(357, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 38%, 19%) |
| LAB | lab(61.0 32.7 11.7) |
| LCH | lch(61.0 34.7 19.8) |
| OKLCH | oklch(0.676 0.103 17.1) |
Copy-ready code
/* CSS */
color: #cf7c80;
background-color: #cf7c80;
/* Tailwind (arbitrary) */
class="text-[#cf7c80] bg-[#cf7c80]"
/* SCSS */
$brand: #cf7c80;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.502)
/* Android */
Color.parseColor("#cf7c80")Accessibility — WCAG contrast
Aa
#cf7c80 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7c80 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow38.2%
Key (black)18.8%
Color previews
#cf7c80 text on a black background
contrast 6.85:1
Card sample
#cf7c80 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7c80;
Background color
Panel with #cf7c80 background
background-color: #cf7c80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7c80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7c80; background: linear-gradient(135deg, #cf7c80, #CFAF7C);