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