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