#df6973
a balanced, vivid red · warm · closest name: salmon
RGB
223, 105, 115
HSL
355°, 65%, 64%
CMYK
0, 53, 48, 13
Luminance
0.2703
Every format
| HEX | #df6973 |
| RGB | rgb(223, 105, 115) |
| HSL | hsl(355, 65%, 64%) |
| CMYK | cmyk(0%, 53%, 48%, 13%) |
| LAB | lab(59.0 46.9 16.8) |
| LCH | lch(59.0 49.8 19.7) |
| OKLCH | oklch(0.665 0.147 16.7) |
Copy-ready code
/* CSS */
color: #df6973;
background-color: #df6973;
/* Tailwind (arbitrary) */
class="text-[#df6973] bg-[#df6973]"
/* SCSS */
$brand: #df6973;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.451)
/* Android */
Color.parseColor("#df6973")Accessibility — WCAG contrast
Aa
#df6973 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6973 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow48.4%
Key (black)12.5%
Color previews
#df6973 text on a black background
contrast 6.41:1
Card sample
#df6973 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6973;
Background color
Panel with #df6973 background
background-color: #df6973;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6973;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6973; background: linear-gradient(135deg, #df6973, #DFAE69);