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