#df484c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 72, 76
HSL
358°, 70%, 58%
CMYK
0, 68, 66, 13
Luminance
0.2084
Every format
| HEX | #df484c |
| RGB | rgb(223, 72, 76) |
| HSL | hsl(358, 70%, 58%) |
| CMYK | cmyk(0%, 68%, 66%, 13%) |
| LAB | lab(52.8 58.6 31.3) |
| LCH | lch(52.8 66.5 28.1) |
| OKLCH | oklch(0.616 0.187 23.1) |
Copy-ready code
/* CSS */
color: #df484c;
background-color: #df484c;
/* Tailwind (arbitrary) */
class="text-[#df484c] bg-[#df484c]"
/* SCSS */
$brand: #df484c;
/* SwiftUI */
Color(red: 0.875, green: 0.282, blue: 0.298)
/* Android */
Color.parseColor("#df484c")Accessibility — WCAG contrast
Aa
#df484c on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df484c on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.2%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow65.9%
Key (black)12.5%
Color previews
#df484c text on a black background
contrast 5.17:1
Card sample
#df484c text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df484c;
Background color
Panel with #df484c background
background-color: #df484c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df484c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 72, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 72, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df484c; background: linear-gradient(135deg, #df484c, #DFA948);