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