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