#df6953
a balanced, vivid red · warm · closest name: salmon
RGB
223, 105, 83
HSL
9°, 69%, 60%
CMYK
0, 53, 63, 13
Luminance
0.2642
Every format
| HEX | #df6953 |
| RGB | rgb(223, 105, 83) |
| HSL | hsl(9, 69%, 60%) |
| CMYK | cmyk(0%, 53%, 63%, 13%) |
| LAB | lab(58.4 44.4 34.3) |
| LCH | lch(58.4 56.1 37.7) |
| OKLCH | oklch(0.658 0.152 32.2) |
Copy-ready code
/* CSS */
color: #df6953;
background-color: #df6953;
/* Tailwind (arbitrary) */
class="text-[#df6953] bg-[#df6953]"
/* SCSS */
$brand: #df6953;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.325)
/* Android */
Color.parseColor("#df6953")Accessibility — WCAG contrast
Aa
#df6953 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6953 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow62.8%
Key (black)12.5%
Color previews
#df6953 text on a black background
contrast 6.28:1
Card sample
#df6953 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6953;
Background color
Panel with #df6953 background
background-color: #df6953;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6953;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6953; background: linear-gradient(135deg, #df6953, #DFC653);