#d8564f
a balanced, vivid red · warm · closest name: salmon
RGB
216, 86, 79
HSL
3°, 64%, 58%
CMYK
0, 60, 63, 15
Luminance
0.2182
Every format
| HEX | #d8564f |
| RGB | rgb(216, 86, 79) |
| HSL | hsl(3, 64%, 58%) |
| CMYK | cmyk(0%, 60%, 63%, 15%) |
| LAB | lab(53.8 50.6 30.6) |
| LCH | lch(53.8 59.1 31.1) |
| OKLCH | oklch(0.621 0.165 26.1) |
Copy-ready code
/* CSS */
color: #d8564f;
background-color: #d8564f;
/* Tailwind (arbitrary) */
class="text-[#d8564f] bg-[#d8564f]"
/* SCSS */
$brand: #d8564f;
/* SwiftUI */
Color(red: 0.847, green: 0.337, blue: 0.310)
/* Android */
Color.parseColor("#d8564f")Accessibility — WCAG contrast
Aa
#d8564f on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d8564f on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green33.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow63.4%
Key (black)15.3%
Color previews
#d8564f text on a black background
contrast 5.36:1
Card sample
#d8564f text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8564f;
Background color
Panel with #d8564f background
background-color: #d8564f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8564f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 86, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 86, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8564f; background: linear-gradient(135deg, #d8564f, #D8B14F);