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