#df113c
a balanced, electric red · warm · “crimson”
RGB
223, 17, 60
HSL
348°, 86%, 47%
CMYK
0, 92, 73, 13
Luminance
0.1642
Every format
| HEX | #df113c |
| RGB | rgb(223, 17, 60) |
| HSL | hsl(348, 86%, 47%) |
| CMYK | cmyk(0%, 92%, 73%, 13%) |
| LAB | lab(47.5 72.0 34.3) |
| LCH | lch(47.5 79.8 25.5) |
| OKLCH | oklch(0.576 0.225 20.1) |
Copy-ready code
/* CSS */
color: #df113c;
background-color: #df113c;
/* Tailwind (arbitrary) */
class="text-[#df113c] bg-[#df113c]"
/* SCSS */
$brand: #df113c;
/* SwiftUI */
Color(red: 0.875, green: 0.067, blue: 0.235)
/* Android */
Color.parseColor("#df113c")Accessibility — WCAG contrast
Aa
#df113c on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df113c on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow73.1%
Key (black)12.5%
Color previews
#df113c text on a black background
contrast 4.28:1
Card sample
#df113c text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df113c;
Background color
Panel with #df113c background
background-color: #df113c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df113c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 17, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 17, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df113c; background: linear-gradient(135deg, #df113c, #DF7011);