#df6380
a balanced, vivid red · warm · closest name: salmon
RGB
223, 99, 128
HSL
346°, 66%, 63%
CMYK
0, 56, 43, 13
Luminance
0.2617
Every format
| HEX | #df6380 |
| RGB | rgb(223, 99, 128) |
| HSL | hsl(346, 66%, 63%) |
| CMYK | cmyk(0%, 56%, 43%, 13%) |
| LAB | lab(58.2 51.0 8.1) |
| LCH | lch(58.2 51.7 9.0) |
| OKLCH | oklch(0.660 0.157 7.8) |
Copy-ready code
/* CSS */
color: #df6380;
background-color: #df6380;
/* Tailwind (arbitrary) */
class="text-[#df6380] bg-[#df6380]"
/* SCSS */
$brand: #df6380;
/* SwiftUI */
Color(red: 0.875, green: 0.388, blue: 0.502)
/* Android */
Color.parseColor("#df6380")Accessibility — WCAG contrast
Aa
#df6380 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6380 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.8%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow42.6%
Key (black)12.5%
Color previews
#df6380 text on a black background
contrast 6.23:1
Card sample
#df6380 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6380;
Background color
Panel with #df6380 background
background-color: #df6380;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6380;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 99, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 99, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6380; background: linear-gradient(135deg, #df6380, #DF9963);