#cf656f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 101, 111
HSL
354°, 53%, 60%
CMYK
0, 51, 46, 19
Luminance
0.2372
Every format
| HEX | #cf656f |
| RGB | rgb(207, 101, 111) |
| HSL | hsl(354, 53%, 60%) |
| CMYK | cmyk(0%, 51%, 46%, 19%) |
| LAB | lab(55.8 42.8 14.3) |
| LCH | lch(55.8 45.1 18.5) |
| OKLCH | oklch(0.636 0.134 15.8) |
Copy-ready code
/* CSS */
color: #cf656f;
background-color: #cf656f;
/* Tailwind (arbitrary) */
class="text-[#cf656f] bg-[#cf656f]"
/* SCSS */
$brand: #cf656f;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.435)
/* Android */
Color.parseColor("#cf656f")Accessibility — WCAG contrast
Aa
#cf656f on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf656f on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow46.4%
Key (black)18.8%
Color previews
#cf656f text on a black background
contrast 5.74:1
Card sample
#cf656f text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf656f;
Background color
Panel with #cf656f background
background-color: #cf656f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf656f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf656f; background: linear-gradient(135deg, #cf656f, #CFA265);