#df7d5f
a balanced, vivid red · warm · closest name: salmon
RGB
223, 125, 95
HSL
14°, 67%, 62%
CMYK
0, 44, 57, 13
Luminance
0.3118
Every format
| HEX | #df7d5f |
| RGB | rgb(223, 125, 95) |
| HSL | hsl(14, 67%, 62%) |
| CMYK | cmyk(0%, 44%, 57%, 13%) |
| LAB | lab(62.7 35.1 32.9) |
| LCH | lch(62.7 48.1 43.2) |
| OKLCH | oklch(0.691 0.129 37.8) |
Copy-ready code
/* CSS */
color: #df7d5f;
background-color: #df7d5f;
/* Tailwind (arbitrary) */
class="text-[#df7d5f] bg-[#df7d5f]"
/* SCSS */
$brand: #df7d5f;
/* SwiftUI */
Color(red: 0.875, green: 0.490, blue: 0.373)
/* Android */
Color.parseColor("#df7d5f")Accessibility — WCAG contrast
Aa
#df7d5f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7d5f on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow57.4%
Key (black)12.5%
Color previews
#df7d5f text on a black background
contrast 7.24:1
Card sample
#df7d5f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7d5f;
Background color
Panel with #df7d5f background
background-color: #df7d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 125, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 125, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7d5f; background: linear-gradient(135deg, #df7d5f, #DFD25F);