#df7c6f
a light, vivid red · warm · closest name: salmon
RGB
223, 124, 111
HSL
7°, 64%, 66%
CMYK
0, 44, 50, 13
Luminance
0.3125
Every format
| HEX | #df7c6f |
| RGB | rgb(223, 124, 111) |
| HSL | hsl(7, 64%, 66%) |
| CMYK | cmyk(0%, 44%, 50%, 13%) |
| LAB | lab(62.7 37.0 24.1) |
| LCH | lch(62.7 44.1 33.1) |
| OKLCH | oklch(0.693 0.125 28.6) |
Copy-ready code
/* CSS */
color: #df7c6f;
background-color: #df7c6f;
/* Tailwind (arbitrary) */
class="text-[#df7c6f] bg-[#df7c6f]"
/* SCSS */
$brand: #df7c6f;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.435)
/* Android */
Color.parseColor("#df7c6f")Accessibility — WCAG contrast
Aa
#df7c6f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7c6f on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow50.2%
Key (black)12.5%
Color previews
#df7c6f text on a black background
contrast 7.25:1
Card sample
#df7c6f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7c6f;
Background color
Panel with #df7c6f background
background-color: #df7c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7c6f; background: linear-gradient(135deg, #df7c6f, #DFC76F);