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