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