#df6783
a balanced, vivid red · warm · closest name: salmon
RGB
223, 103, 131
HSL
346°, 65%, 64%
CMYK
0, 54, 41, 13
Luminance
0.2703
Every format
| HEX | #df6783 |
| RGB | rgb(223, 103, 131) |
| HSL | hsl(346, 65%, 64%) |
| CMYK | cmyk(0%, 54%, 41%, 13%) |
| LAB | lab(59.0 49.5 7.5) |
| LCH | lch(59.0 50.0 8.6) |
| OKLCH | oklch(0.666 0.152 7.5) |
Copy-ready code
/* CSS */
color: #df6783;
background-color: #df6783;
/* Tailwind (arbitrary) */
class="text-[#df6783] bg-[#df6783]"
/* SCSS */
$brand: #df6783;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.514)
/* Android */
Color.parseColor("#df6783")Accessibility — WCAG contrast
Aa
#df6783 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6783 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.4%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow41.3%
Key (black)12.5%
Color previews
#df6783 text on a black background
contrast 6.41:1
Card sample
#df6783 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6783;
Background color
Panel with #df6783 background
background-color: #df6783;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6783;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 103, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6783; background: linear-gradient(135deg, #df6783, #DF9B67);