#cf7f6c
a balanced, vivid red · warm · closest name: salmon
RGB
207, 127, 108
HSL
12°, 51%, 62%
CMYK
0, 39, 48, 19
Luminance
0.2953
Every format
| HEX | #cf7f6c |
| RGB | rgb(207, 127, 108) |
| HSL | hsl(12, 51%, 62%) |
| CMYK | cmyk(0%, 39%, 48%, 19%) |
| LAB | lab(61.3 28.9 23.4) |
| LCH | lch(61.3 37.2 39.0) |
| OKLCH | oklch(0.677 0.104 34.1) |
Copy-ready code
/* CSS */
color: #cf7f6c;
background-color: #cf7f6c;
/* Tailwind (arbitrary) */
class="text-[#cf7f6c] bg-[#cf7f6c]"
/* SCSS */
$brand: #cf7f6c;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.424)
/* Android */
Color.parseColor("#cf7f6c")Accessibility — WCAG contrast
Aa
#cf7f6c on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7f6c on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow47.8%
Key (black)18.8%
Color previews
#cf7f6c text on a black background
contrast 6.91:1
Card sample
#cf7f6c text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7f6c;
Background color
Panel with #cf7f6c background
background-color: #cf7f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7f6c; background: linear-gradient(135deg, #cf7f6c, #CFC16C);