#df7253
a balanced, vivid red · warm · closest name: salmon
RGB
223, 114, 83
HSL
13°, 69%, 60%
CMYK
0, 49, 63, 13
Luminance
0.2835
Every format
| HEX | #df7253 |
| RGB | rgb(223, 114, 83) |
| HSL | hsl(13, 69%, 60%) |
| CMYK | cmyk(0%, 49%, 63%, 13%) |
| LAB | lab(60.2 39.9 36.4) |
| LCH | lch(60.2 54.0 42.4) |
| OKLCH | oklch(0.672 0.144 36.8) |
Copy-ready code
/* CSS */
color: #df7253;
background-color: #df7253;
/* Tailwind (arbitrary) */
class="text-[#df7253] bg-[#df7253]"
/* SCSS */
$brand: #df7253;
/* SwiftUI */
Color(red: 0.875, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#df7253")Accessibility — WCAG contrast
Aa
#df7253 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7253 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow62.8%
Key (black)12.5%
Color previews
#df7253 text on a black background
contrast 6.67:1
Card sample
#df7253 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7253;
Background color
Panel with #df7253 background
background-color: #df7253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7253; background: linear-gradient(135deg, #df7253, #DFCF53);