#df7463
a balanced, vivid red · warm · closest name: salmon
RGB
223, 116, 99
HSL
8°, 66%, 63%
CMYK
0, 48, 56, 13
Luminance
0.2908
Every format
| HEX | #df7463 |
| RGB | rgb(223, 116, 99) |
| HSL | hsl(8, 66%, 63%) |
| CMYK | cmyk(0%, 48%, 56%, 13%) |
| LAB | lab(60.9 40.1 28.4) |
| LCH | lch(60.9 49.1 35.3) |
| OKLCH | oklch(0.678 0.137 30.4) |
Copy-ready code
/* CSS */
color: #df7463;
background-color: #df7463;
/* Tailwind (arbitrary) */
class="text-[#df7463] bg-[#df7463]"
/* SCSS */
$brand: #df7463;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.388)
/* Android */
Color.parseColor("#df7463")Accessibility — WCAG contrast
Aa
#df7463 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7463 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow55.6%
Key (black)12.5%
Color previews
#df7463 text on a black background
contrast 6.82:1
Card sample
#df7463 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7463;
Background color
Panel with #df7463 background
background-color: #df7463;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7463;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7463; background: linear-gradient(135deg, #df7463, #DFC763);