#cf877d
a light, vivid red · warm · closest name: salmon
RGB
207, 135, 125
HSL
7°, 46%, 65%
CMYK
0, 35, 40, 19
Luminance
0.3207
Every format
| HEX | #cf877d |
| RGB | rgb(207, 135, 125) |
| HSL | hsl(7, 46%, 65%) |
| CMYK | cmyk(0%, 35%, 40%, 19%) |
| LAB | lab(63.4 26.4 16.8) |
| LCH | lch(63.4 31.3 32.5) |
| OKLCH | oklch(0.695 0.090 28.2) |
Copy-ready code
/* CSS */
color: #cf877d;
background-color: #cf877d;
/* Tailwind (arbitrary) */
class="text-[#cf877d] bg-[#cf877d]"
/* SCSS */
$brand: #cf877d;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.490)
/* Android */
Color.parseColor("#cf877d")Accessibility — WCAG contrast
Aa
#cf877d on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf877d on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow39.6%
Key (black)18.8%
Color previews
#cf877d text on a black background
contrast 7.41:1
Card sample
#cf877d text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf877d;
Background color
Panel with #cf877d background
background-color: #cf877d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf877d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf877d; background: linear-gradient(135deg, #cf877d, #CFBE7D);