#df486c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 72, 108
HSL
346°, 70%, 58%
CMYK
0, 68, 52, 13
Luminance
0.2141
Every format
| HEX | #df486c |
| RGB | rgb(223, 72, 108) |
| HSL | hsl(346, 70%, 58%) |
| CMYK | cmyk(0%, 68%, 52%, 13%) |
| LAB | lab(53.4 60.8 13.1) |
| LCH | lch(53.4 62.2 12.2) |
| OKLCH | oklch(0.622 0.188 10.3) |
Copy-ready code
/* CSS */
color: #df486c;
background-color: #df486c;
/* Tailwind (arbitrary) */
class="text-[#df486c] bg-[#df486c]"
/* SCSS */
$brand: #df486c;
/* SwiftUI */
Color(red: 0.875, green: 0.282, blue: 0.424)
/* Android */
Color.parseColor("#df486c")Accessibility — WCAG contrast
Aa
#df486c on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df486c on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow51.6%
Key (black)12.5%
Color previews
#df486c text on a black background
contrast 5.28:1
Card sample
#df486c text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df486c;
Background color
Panel with #df486c background
background-color: #df486c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df486c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 72, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 72, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df486c; background: linear-gradient(135deg, #df486c, #DF8948);