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