#df7967
a balanced, vivid red · warm · closest name: salmon
RGB
223, 121, 103
HSL
9°, 65%, 64%
CMYK
0, 46, 54, 13
Luminance
0.3034
Every format
| HEX | #df7967 |
| RGB | rgb(223, 121, 103) |
| HSL | hsl(9, 65%, 64%) |
| CMYK | cmyk(0%, 46%, 54%, 13%) |
| LAB | lab(62.0 37.8 27.6) |
| LCH | lch(62.0 46.8 36.1) |
| OKLCH | oklch(0.686 0.130 31.2) |
Copy-ready code
/* CSS */
color: #df7967;
background-color: #df7967;
/* Tailwind (arbitrary) */
class="text-[#df7967] bg-[#df7967]"
/* SCSS */
$brand: #df7967;
/* SwiftUI */
Color(red: 0.875, green: 0.475, blue: 0.404)
/* Android */
Color.parseColor("#df7967")Accessibility — WCAG contrast
Aa
#df7967 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7967 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow53.8%
Key (black)12.5%
Color previews
#df7967 text on a black background
contrast 7.07:1
Card sample
#df7967 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7967;
Background color
Panel with #df7967 background
background-color: #df7967;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7967;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 121, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 121, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7967; background: linear-gradient(135deg, #df7967, #DFC967);