#df6468
a balanced, vivid red · warm · closest name: salmon
RGB
223, 100, 104
HSL
358°, 66%, 63%
CMYK
0, 55, 53, 13
Luminance
0.2580
Every format
| HEX | #df6468 |
| RGB | rgb(223, 100, 104) |
| HSL | hsl(358, 66%, 63%) |
| CMYK | cmyk(0%, 55%, 53%, 13%) |
| LAB | lab(57.9 48.4 21.6) |
| LCH | lch(57.9 53.0 24.0) |
| OKLCH | oklch(0.655 0.154 20.3) |
Copy-ready code
/* CSS */
color: #df6468;
background-color: #df6468;
/* Tailwind (arbitrary) */
class="text-[#df6468] bg-[#df6468]"
/* SCSS */
$brand: #df6468;
/* SwiftUI */
Color(red: 0.875, green: 0.392, blue: 0.408)
/* Android */
Color.parseColor("#df6468")Accessibility — WCAG contrast
Aa
#df6468 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6468 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.2%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow53.4%
Key (black)12.5%
Color previews
#df6468 text on a black background
contrast 6.16:1
Card sample
#df6468 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6468;
Background color
Panel with #df6468 background
background-color: #df6468;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6468;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 100, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 100, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6468; background: linear-gradient(135deg, #df6468, #DFB264);