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