#df735d
a balanced, vivid red · warm · closest name: salmon
RGB
223, 115, 93
HSL
10°, 67%, 62%
CMYK
0, 48, 58, 13
Luminance
0.2874
Every format
| HEX | #df735d |
| RGB | rgb(223, 115, 93) |
| HSL | hsl(10, 67%, 62%) |
| CMYK | cmyk(0%, 48%, 58%, 13%) |
| LAB | lab(60.6 40.1 31.4) |
| LCH | lch(60.6 50.9 38.0) |
| OKLCH | oklch(0.675 0.139 32.8) |
Copy-ready code
/* CSS */
color: #df735d;
background-color: #df735d;
/* Tailwind (arbitrary) */
class="text-[#df735d] bg-[#df735d]"
/* SCSS */
$brand: #df735d;
/* SwiftUI */
Color(red: 0.875, green: 0.451, blue: 0.365)
/* Android */
Color.parseColor("#df735d")Accessibility — WCAG contrast
Aa
#df735d on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df735d on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.1%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow58.3%
Key (black)12.5%
Color previews
#df735d text on a black background
contrast 6.75:1
Card sample
#df735d text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df735d;
Background color
Panel with #df735d background
background-color: #df735d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df735d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 115, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 115, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df735d; background: linear-gradient(135deg, #df735d, #DFCA5D);