#df8c8a
a light, vivid red · warm · closest name: salmon
RGB
223, 140, 138
HSL
1°, 57%, 71%
CMYK
0, 37, 38, 13
Luminance
0.3628
Every format
| HEX | #df8c8a |
| RGB | rgb(223, 140, 138) |
| HSL | hsl(1, 57%, 71%) |
| CMYK | cmyk(0%, 37%, 38%, 13%) |
| LAB | lab(66.7 31.3 14.4) |
| LCH | lch(66.7 34.5 24.7) |
| OKLCH | oklch(0.725 0.102 21.4) |
Copy-ready code
/* CSS */
color: #df8c8a;
background-color: #df8c8a;
/* Tailwind (arbitrary) */
class="text-[#df8c8a] bg-[#df8c8a]"
/* SCSS */
$brand: #df8c8a;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.541)
/* Android */
Color.parseColor("#df8c8a")Accessibility — WCAG contrast
Aa
#df8c8a on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c8a on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow38.1%
Key (black)12.5%
Color previews
#df8c8a text on a black background
contrast 8.26:1
Card sample
#df8c8a text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c8a;
Background color
Panel with #df8c8a background
background-color: #df8c8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c8a; background: linear-gradient(135deg, #df8c8a, #DFC58A);