#df6281
a balanced, vivid red · warm · closest name: salmon
RGB
223, 98, 129
HSL
345°, 66%, 63%
CMYK
0, 56, 42, 13
Luminance
0.2601
Every format
| HEX | #df6281 |
| RGB | rgb(223, 98, 129) |
| HSL | hsl(345, 66%, 63%) |
| CMYK | cmyk(0%, 56%, 42%, 13%) |
| LAB | lab(58.0 51.6 7.3) |
| LCH | lch(58.0 52.1 8.0) |
| OKLCH | oklch(0.659 0.158 7.0) |
Copy-ready code
/* CSS */
color: #df6281;
background-color: #df6281;
/* Tailwind (arbitrary) */
class="text-[#df6281] bg-[#df6281]"
/* SCSS */
$brand: #df6281;
/* SwiftUI */
Color(red: 0.875, green: 0.384, blue: 0.506)
/* Android */
Color.parseColor("#df6281")Accessibility — WCAG contrast
Aa
#df6281 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6281 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.4%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow42.2%
Key (black)12.5%
Color previews
#df6281 text on a black background
contrast 6.20:1
Card sample
#df6281 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6281;
Background color
Panel with #df6281 background
background-color: #df6281;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6281;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 98, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 98, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6281; background: linear-gradient(135deg, #df6281, #DF9662);