#df4f6e
a balanced, vivid red · warm · closest name: salmon
RGB
223, 79, 110
HSL
347°, 69%, 59%
CMYK
0, 65, 51, 13
Luminance
0.2241
Every format
| HEX | #df4f6e |
| RGB | rgb(223, 79, 110) |
| HSL | hsl(347, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 51%, 13%) |
| LAB | lab(54.5 58.2 13.4) |
| LCH | lch(54.5 59.7 13.0) |
| OKLCH | oklch(0.630 0.180 11.0) |
Copy-ready code
/* CSS */
color: #df4f6e;
background-color: #df4f6e;
/* Tailwind (arbitrary) */
class="text-[#df4f6e] bg-[#df4f6e]"
/* SCSS */
$brand: #df4f6e;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.431)
/* Android */
Color.parseColor("#df4f6e")Accessibility — WCAG contrast
Aa
#df4f6e on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4f6e on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow50.7%
Key (black)12.5%
Color previews
#df4f6e text on a black background
contrast 5.48:1
Card sample
#df4f6e text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4f6e;
Background color
Panel with #df4f6e background
background-color: #df4f6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4f6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4f6e; background: linear-gradient(135deg, #df4f6e, #DF904F);