#df1341
a balanced, electric red · warm · “crimson”
RGB
223, 19, 65
HSL
347°, 84%, 48%
CMYK
0, 92, 71, 13
Luminance
0.1654
Every format
| HEX | #df1341 |
| RGB | rgb(223, 19, 65) |
| HSL | hsl(347, 84%, 48%) |
| CMYK | cmyk(0%, 92%, 71%, 13%) |
| LAB | lab(47.7 72.0 31.5) |
| LCH | lch(47.7 78.6 23.6) |
| OKLCH | oklch(0.577 0.225 18.8) |
Copy-ready code
/* CSS */
color: #df1341;
background-color: #df1341;
/* Tailwind (arbitrary) */
class="text-[#df1341] bg-[#df1341]"
/* SCSS */
$brand: #df1341;
/* SwiftUI */
Color(red: 0.875, green: 0.075, blue: 0.255)
/* Android */
Color.parseColor("#df1341")Accessibility — WCAG contrast
Aa
#df1341 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1341 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow70.9%
Key (black)12.5%
Color previews
#df1341 text on a black background
contrast 4.31:1
Card sample
#df1341 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1341;
Background color
Panel with #df1341 background
background-color: #df1341;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1341;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 19, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 19, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1341; background: linear-gradient(135deg, #df1341, #DF6D13);