#df5263
a balanced, vivid red · warm · closest name: salmon
RGB
223, 82, 99
HSL
353°, 69%, 60%
CMYK
0, 63, 56, 13
Luminance
0.2262
Every format
| HEX | #df5263 |
| RGB | rgb(223, 82, 99) |
| HSL | hsl(353, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 56%, 13%) |
| LAB | lab(54.7 56.1 20.2) |
| LCH | lch(54.7 59.6 19.8) |
| OKLCH | oklch(0.631 0.175 16.6) |
Copy-ready code
/* CSS */
color: #df5263;
background-color: #df5263;
/* Tailwind (arbitrary) */
class="text-[#df5263] bg-[#df5263]"
/* SCSS */
$brand: #df5263;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.388)
/* Android */
Color.parseColor("#df5263")Accessibility — WCAG contrast
Aa
#df5263 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5263 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow55.6%
Key (black)12.5%
Color previews
#df5263 text on a black background
contrast 5.52:1
Card sample
#df5263 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5263;
Background color
Panel with #df5263 background
background-color: #df5263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5263; background: linear-gradient(135deg, #df5263, #DF9F52);