#df6582
a balanced, vivid red · warm · closest name: salmon
RGB
223, 101, 130
HSL
346°, 66%, 64%
CMYK
0, 55, 42, 13
Luminance
0.2661
Every format
| HEX | #df6582 |
| RGB | rgb(223, 101, 130) |
| HSL | hsl(346, 66%, 64%) |
| CMYK | cmyk(0%, 55%, 42%, 13%) |
| LAB | lab(58.6 50.3 7.5) |
| LCH | lch(58.6 50.9 8.5) |
| OKLCH | oklch(0.663 0.154 7.4) |
Copy-ready code
/* CSS */
color: #df6582;
background-color: #df6582;
/* Tailwind (arbitrary) */
class="text-[#df6582] bg-[#df6582]"
/* SCSS */
$brand: #df6582;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.510)
/* Android */
Color.parseColor("#df6582")Accessibility — WCAG contrast
Aa
#df6582 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6582 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow41.7%
Key (black)12.5%
Color previews
#df6582 text on a black background
contrast 6.32:1
Card sample
#df6582 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6582;
Background color
Panel with #df6582 background
background-color: #df6582;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6582;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6582; background: linear-gradient(135deg, #df6582, #DF9965);