#cf817c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 129, 124
HSL
4°, 46%, 65%
CMYK
0, 38, 40, 19
Luminance
0.3042
Every format
| HEX | #cf817c |
| RGB | rgb(207, 129, 124) |
| HSL | hsl(4, 46%, 65%) |
| CMYK | cmyk(0%, 38%, 40%, 19%) |
| LAB | lab(62.0 29.5 15.4) |
| LCH | lch(62.0 33.3 27.6) |
| OKLCH | oklch(0.684 0.098 23.9) |
Copy-ready code
/* CSS */
color: #cf817c;
background-color: #cf817c;
/* Tailwind (arbitrary) */
class="text-[#cf817c] bg-[#cf817c]"
/* SCSS */
$brand: #cf817c;
/* SwiftUI */
Color(red: 0.812, green: 0.506, blue: 0.486)
/* Android */
Color.parseColor("#cf817c")Accessibility — WCAG contrast
Aa
#cf817c on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf817c on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow40.1%
Key (black)18.8%
Color previews
#cf817c text on a black background
contrast 7.08:1
Card sample
#cf817c text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf817c;
Background color
Panel with #cf817c background
background-color: #cf817c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf817c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 129, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 129, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf817c; background: linear-gradient(135deg, #cf817c, #CFB87C);