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