#df485c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 72, 92
HSL
352°, 70%, 58%
CMYK
0, 68, 59, 13
Luminance
0.2110
Every format
| HEX | #df485c |
| RGB | rgb(223, 72, 92) |
| HSL | hsl(352, 70%, 58%) |
| CMYK | cmyk(0%, 68%, 59%, 13%) |
| LAB | lab(53.1 59.6 22.2) |
| LCH | lch(53.1 63.6 20.4) |
| OKLCH | oklch(0.619 0.186 17.0) |
Copy-ready code
/* CSS */
color: #df485c;
background-color: #df485c;
/* Tailwind (arbitrary) */
class="text-[#df485c] bg-[#df485c]"
/* SCSS */
$brand: #df485c;
/* SwiftUI */
Color(red: 0.875, green: 0.282, blue: 0.361)
/* Android */
Color.parseColor("#df485c")Accessibility — WCAG contrast
Aa
#df485c on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df485c on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow58.7%
Key (black)12.5%
Color previews
#df485c text on a black background
contrast 5.22:1
Card sample
#df485c text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df485c;
Background color
Panel with #df485c background
background-color: #df485c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df485c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 72, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 72, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df485c; background: linear-gradient(135deg, #df485c, #DF9948);