#df3d4f
a balanced, vivid red · warm · closest name: crimson
RGB
223, 61, 79
HSL
353°, 72%, 56%
CMYK
0, 73, 65, 13
Luminance
0.1959
Every format
| HEX | #df3d4f |
| RGB | rgb(223, 61, 79) |
| HSL | hsl(353, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 65%, 13%) |
| LAB | lab(51.4 62.8 27.7) |
| LCH | lch(51.4 68.7 23.8) |
| OKLCH | oklch(0.605 0.198 19.5) |
Copy-ready code
/* CSS */
color: #df3d4f;
background-color: #df3d4f;
/* Tailwind (arbitrary) */
class="text-[#df3d4f] bg-[#df3d4f]"
/* SCSS */
$brand: #df3d4f;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.310)
/* Android */
Color.parseColor("#df3d4f")Accessibility — WCAG contrast
Aa
#df3d4f on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3d4f on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow64.6%
Key (black)12.5%
Color previews
#df3d4f text on a black background
contrast 4.92:1
Card sample
#df3d4f text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3d4f;
Background color
Panel with #df3d4f background
background-color: #df3d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3d4f; background: linear-gradient(135deg, #df3d4f, #DF973D);