#df6472
a balanced, vivid red · warm · closest name: salmon
RGB
223, 100, 114
HSL
353°, 66%, 63%
CMYK
0, 55, 49, 13
Luminance
0.2602
Every format
| HEX | #df6472 |
| RGB | rgb(223, 100, 114) |
| HSL | hsl(353, 66%, 63%) |
| CMYK | cmyk(0%, 55%, 49%, 13%) |
| LAB | lab(58.1 49.2 16.1) |
| LCH | lch(58.1 51.8 18.1) |
| OKLCH | oklch(0.657 0.154 15.3) |
Copy-ready code
/* CSS */
color: #df6472;
background-color: #df6472;
/* Tailwind (arbitrary) */
class="text-[#df6472] bg-[#df6472]"
/* SCSS */
$brand: #df6472;
/* SwiftUI */
Color(red: 0.875, green: 0.392, blue: 0.447)
/* Android */
Color.parseColor("#df6472")Accessibility — WCAG contrast
Aa
#df6472 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6472 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow48.9%
Key (black)12.5%
Color previews
#df6472 text on a black background
contrast 6.20:1
Card sample
#df6472 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6472;
Background color
Panel with #df6472 background
background-color: #df6472;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6472;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 100, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 100, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6472; background: linear-gradient(135deg, #df6472, #DFA864);