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