#df476c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 71, 108
HSL
345°, 70%, 58%
CMYK
0, 68, 52, 13
Luminance
0.2128
Every format
| HEX | #df476c |
| RGB | rgb(223, 71, 108) |
| HSL | hsl(345, 70%, 58%) |
| CMYK | cmyk(0%, 68%, 52%, 13%) |
| LAB | lab(53.3 61.2 12.9) |
| LCH | lch(53.3 62.5 11.9) |
| OKLCH | oklch(0.621 0.189 10.1) |
Copy-ready code
/* CSS */
color: #df476c;
background-color: #df476c;
/* Tailwind (arbitrary) */
class="text-[#df476c] bg-[#df476c]"
/* SCSS */
$brand: #df476c;
/* SwiftUI */
Color(red: 0.875, green: 0.278, blue: 0.424)
/* Android */
Color.parseColor("#df476c")Accessibility — WCAG contrast
Aa
#df476c on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df476c on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.8%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow51.6%
Key (black)12.5%
Color previews
#df476c text on a black background
contrast 5.26:1
Card sample
#df476c text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df476c;
Background color
Panel with #df476c background
background-color: #df476c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df476c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 71, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 71, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df476c; background: linear-gradient(135deg, #df476c, #DF8747);