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