#df5065
a balanced, vivid red · warm · closest name: salmon
RGB
223, 80, 101
HSL
351°, 69%, 59%
CMYK
0, 64, 55, 13
Luminance
0.2236
Every format
| HEX | #df5065 |
| RGB | rgb(223, 80, 101) |
| HSL | hsl(351, 69%, 59%) |
| CMYK | cmyk(0%, 64%, 55%, 13%) |
| LAB | lab(54.4 57.1 18.7) |
| LCH | lch(54.4 60.0 18.1) |
| OKLCH | oklch(0.629 0.178 15.2) |
Copy-ready code
/* CSS */
color: #df5065;
background-color: #df5065;
/* Tailwind (arbitrary) */
class="text-[#df5065] bg-[#df5065]"
/* SCSS */
$brand: #df5065;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.396)
/* Android */
Color.parseColor("#df5065")Accessibility — WCAG contrast
Aa
#df5065 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5065 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow54.7%
Key (black)12.5%
Color previews
#df5065 text on a black background
contrast 5.47:1
Card sample
#df5065 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5065;
Background color
Panel with #df5065 background
background-color: #df5065;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5065;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5065; background: linear-gradient(135deg, #df5065, #DF9A50);