#df6366
a balanced, vivid red · warm · closest name: salmon
RGB
223, 99, 102
HSL
359°, 66%, 63%
CMYK
0, 56, 54, 13
Luminance
0.2557
Every format
| HEX | #df6366 |
| RGB | rgb(223, 99, 102) |
| HSL | hsl(359, 66%, 63%) |
| CMYK | cmyk(0%, 56%, 54%, 13%) |
| LAB | lab(57.6 48.7 22.4) |
| LCH | lch(57.6 53.6 24.7) |
| OKLCH | oklch(0.653 0.155 20.9) |
Copy-ready code
/* CSS */
color: #df6366;
background-color: #df6366;
/* Tailwind (arbitrary) */
class="text-[#df6366] bg-[#df6366]"
/* SCSS */
$brand: #df6366;
/* SwiftUI */
Color(red: 0.875, green: 0.388, blue: 0.400)
/* Android */
Color.parseColor("#df6366")Accessibility — WCAG contrast
Aa
#df6366 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6366 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.8%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow54.3%
Key (black)12.5%
Color previews
#df6366 text on a black background
contrast 6.11:1
Card sample
#df6366 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6366;
Background color
Panel with #df6366 background
background-color: #df6366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 99, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 99, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6366; background: linear-gradient(135deg, #df6366, #DFB363);