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