#df6980
a balanced, vivid red · warm · closest name: salmon
RGB
223, 105, 128
HSL
348°, 65%, 64%
CMYK
0, 53, 43, 13
Luminance
0.2735
Every format
| HEX | #df6980 |
| RGB | rgb(223, 105, 128) |
| HSL | hsl(348, 65%, 64%) |
| CMYK | cmyk(0%, 53%, 43%, 13%) |
| LAB | lab(59.3 48.2 9.7) |
| LCH | lch(59.3 49.1 11.3) |
| OKLCH | oklch(0.668 0.148 9.8) |
Copy-ready code
/* CSS */
color: #df6980;
background-color: #df6980;
/* Tailwind (arbitrary) */
class="text-[#df6980] bg-[#df6980]"
/* SCSS */
$brand: #df6980;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.502)
/* Android */
Color.parseColor("#df6980")Accessibility — WCAG contrast
Aa
#df6980 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6980 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow42.6%
Key (black)12.5%
Color previews
#df6980 text on a black background
contrast 6.47:1
Card sample
#df6980 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6980;
Background color
Panel with #df6980 background
background-color: #df6980;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6980;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6980; background: linear-gradient(135deg, #df6980, #DFA169);