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