#cf4f6e
a balanced, vivid red · warm · closest name: salmon
RGB
207, 79, 110
HSL
346°, 57%, 56%
CMYK
0, 62, 47, 19
Luminance
0.1998
Every format
| HEX | #cf4f6e |
| RGB | rgb(207, 79, 110) |
| HSL | hsl(346, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 47%, 19%) |
| LAB | lab(51.8 53.1 9.3) |
| LCH | lch(51.8 53.9 10.0) |
| OKLCH | oklch(0.606 0.163 8.6) |
Copy-ready code
/* CSS */
color: #cf4f6e;
background-color: #cf4f6e;
/* Tailwind (arbitrary) */
class="text-[#cf4f6e] bg-[#cf4f6e]"
/* SCSS */
$brand: #cf4f6e;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.431)
/* Android */
Color.parseColor("#cf4f6e")Accessibility — WCAG contrast
Aa
#cf4f6e on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f6e on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow46.9%
Key (black)18.8%
Color previews
#cf4f6e text on a black background
contrast 5.00:1
Card sample
#cf4f6e text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f6e;
Background color
Panel with #cf4f6e background
background-color: #cf4f6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f6e; background: linear-gradient(135deg, #cf4f6e, #CF854F);