#df7264
a balanced, vivid red · warm · closest name: salmon
RGB
223, 114, 100
HSL
7°, 66%, 63%
CMYK
0, 49, 55, 13
Luminance
0.2864
Every format
| HEX | #df7264 |
| RGB | rgb(223, 114, 100) |
| HSL | hsl(7, 66%, 63%) |
| CMYK | cmyk(0%, 49%, 55%, 13%) |
| LAB | lab(60.5 41.1 27.3) |
| LCH | lch(60.5 49.4 33.6) |
| OKLCH | oklch(0.675 0.139 28.8) |
Copy-ready code
/* CSS */
color: #df7264;
background-color: #df7264;
/* Tailwind (arbitrary) */
class="text-[#df7264] bg-[#df7264]"
/* SCSS */
$brand: #df7264;
/* SwiftUI */
Color(red: 0.875, green: 0.447, blue: 0.392)
/* Android */
Color.parseColor("#df7264")Accessibility — WCAG contrast
Aa
#df7264 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7264 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.7%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow55.2%
Key (black)12.5%
Color previews
#df7264 text on a black background
contrast 6.73:1
Card sample
#df7264 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7264;
Background color
Panel with #df7264 background
background-color: #df7264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 114, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 114, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7264; background: linear-gradient(135deg, #df7264, #DFC464);