#cf614f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 97, 79
HSL
8°, 57%, 56%
CMYK
0, 53, 62, 19
Luminance
0.2238
Every format
| HEX | #cf614f |
| RGB | rgb(207, 97, 79) |
| HSL | hsl(8, 57%, 56%) |
| CMYK | cmyk(0%, 53%, 62%, 19%) |
| LAB | lab(54.4 42.1 31.0) |
| LCH | lch(54.4 52.3 36.3) |
| OKLCH | oklch(0.623 0.143 31.0) |
Copy-ready code
/* CSS */
color: #cf614f;
background-color: #cf614f;
/* Tailwind (arbitrary) */
class="text-[#cf614f] bg-[#cf614f]"
/* SCSS */
$brand: #cf614f;
/* SwiftUI */
Color(red: 0.812, green: 0.380, blue: 0.310)
/* Android */
Color.parseColor("#cf614f")Accessibility — WCAG contrast
Aa
#cf614f on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf614f on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow61.8%
Key (black)18.8%
Color previews
#cf614f text on a black background
contrast 5.48:1
Card sample
#cf614f text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf614f;
Background color
Panel with #cf614f background
background-color: #cf614f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf614f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 97, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 97, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf614f; background: linear-gradient(135deg, #cf614f, #CFB64F);