#cf7f8d
a light, vivid red · warm · closest name: pink
RGB
207, 127, 141
HSL
350°, 46%, 66%
CMYK
0, 39, 32, 19
Luminance
0.3037
Every format
| HEX | #cf7f8d |
| RGB | rgb(207, 127, 141) |
| HSL | hsl(350, 46%, 66%) |
| CMYK | cmyk(0%, 39%, 32%, 19%) |
| LAB | lab(62.0 32.7 5.7) |
| LCH | lch(62.0 33.2 9.9) |
| OKLCH | oklch(0.685 0.100 8.7) |
Copy-ready code
/* CSS */
color: #cf7f8d;
background-color: #cf7f8d;
/* Tailwind (arbitrary) */
class="text-[#cf7f8d] bg-[#cf7f8d]"
/* SCSS */
$brand: #cf7f8d;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.553)
/* Android */
Color.parseColor("#cf7f8d")Accessibility — WCAG contrast
Aa
#cf7f8d on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7f8d on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow31.9%
Key (black)18.8%
Color previews
#cf7f8d text on a black background
contrast 7.07:1
Card sample
#cf7f8d text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7f8d;
Background color
Panel with #cf7f8d background
background-color: #cf7f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7f8d; background: linear-gradient(135deg, #cf7f8d, #CFA67F);