#cf644f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 100, 79
HSL
10°, 57%, 56%
CMYK
0, 52, 62, 19
Luminance
0.2294
Every format
| HEX | #cf644f |
| RGB | rgb(207, 100, 79) |
| HSL | hsl(10, 57%, 56%) |
| CMYK | cmyk(0%, 52%, 62%, 19%) |
| LAB | lab(55.0 40.6 31.8) |
| LCH | lch(55.0 51.6 38.0) |
| OKLCH | oklch(0.628 0.140 32.6) |
Copy-ready code
/* CSS */
color: #cf644f;
background-color: #cf644f;
/* Tailwind (arbitrary) */
class="text-[#cf644f] bg-[#cf644f]"
/* SCSS */
$brand: #cf644f;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.310)
/* Android */
Color.parseColor("#cf644f")Accessibility — WCAG contrast
Aa
#cf644f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf644f on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow61.8%
Key (black)18.8%
Color previews
#cf644f text on a black background
contrast 5.59:1
Card sample
#cf644f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf644f;
Background color
Panel with #cf644f background
background-color: #cf644f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf644f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf644f; background: linear-gradient(135deg, #cf644f, #CFB94F);