#df7465
a balanced, vivid red · warm · closest name: salmon
RGB
223, 116, 101
HSL
7°, 66%, 64%
CMYK
0, 48, 55, 13
Luminance
0.2912
Every format
| HEX | #df7465 |
| RGB | rgb(223, 116, 101) |
| HSL | hsl(7, 66%, 64%) |
| CMYK | cmyk(0%, 48%, 55%, 13%) |
| LAB | lab(60.9 40.2 27.3) |
| LCH | lch(60.9 48.6 34.2) |
| OKLCH | oklch(0.678 0.136 29.4) |
Copy-ready code
/* CSS */
color: #df7465;
background-color: #df7465;
/* Tailwind (arbitrary) */
class="text-[#df7465] bg-[#df7465]"
/* SCSS */
$brand: #df7465;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.396)
/* Android */
Color.parseColor("#df7465")Accessibility — WCAG contrast
Aa
#df7465 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7465 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow54.7%
Key (black)12.5%
Color previews
#df7465 text on a black background
contrast 6.82:1
Card sample
#df7465 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7465;
Background color
Panel with #df7465 background
background-color: #df7465;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7465;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7465; background: linear-gradient(135deg, #df7465, #DFC565);