#df8264
a balanced, vivid red · warm · closest name: salmon
RGB
223, 130, 100
HSL
15°, 66%, 63%
CMYK
0, 42, 55, 13
Luminance
0.3257
Every format
| HEX | #df8264 |
| RGB | rgb(223, 130, 100) |
| HSL | hsl(15, 66%, 63%) |
| CMYK | cmyk(0%, 42%, 55%, 13%) |
| LAB | lab(63.8 32.9 31.6) |
| LCH | lch(63.8 45.6 43.9) |
| OKLCH | oklch(0.700 0.123 38.6) |
Copy-ready code
/* CSS */
color: #df8264;
background-color: #df8264;
/* Tailwind (arbitrary) */
class="text-[#df8264] bg-[#df8264]"
/* SCSS */
$brand: #df8264;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.392)
/* Android */
Color.parseColor("#df8264")Accessibility — WCAG contrast
Aa
#df8264 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8264 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow55.2%
Key (black)12.5%
Color previews
#df8264 text on a black background
contrast 7.51:1
Card sample
#df8264 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8264;
Background color
Panel with #df8264 background
background-color: #df8264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8264; background: linear-gradient(135deg, #df8264, #DFD464);