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