#df3136
a balanced, vivid red · warm · closest name: crimson
RGB
223, 49, 54
HSL
358°, 73%, 53%
CMYK
0, 78, 76, 13
Luminance
0.1815
Every format
| HEX | #df3136 |
| RGB | rgb(223, 49, 54) |
| HSL | hsl(358, 73%, 53%) |
| CMYK | cmyk(0%, 78%, 76%, 13%) |
| LAB | lab(49.7 65.4 40.2) |
| LCH | lch(49.7 76.8 31.6) |
| OKLCH | oklch(0.592 0.209 25.2) |
Copy-ready code
/* CSS */
color: #df3136;
background-color: #df3136;
/* Tailwind (arbitrary) */
class="text-[#df3136] bg-[#df3136]"
/* SCSS */
$brand: #df3136;
/* SwiftUI */
Color(red: 0.875, green: 0.192, blue: 0.212)
/* Android */
Color.parseColor("#df3136")Accessibility — WCAG contrast
Aa
#df3136 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df3136 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.2%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow75.8%
Key (black)12.5%
Color previews
#df3136 text on a black background
contrast 4.63:1
Card sample
#df3136 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3136;
Background color
Panel with #df3136 background
background-color: #df3136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 49, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 49, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3136; background: linear-gradient(135deg, #df3136, #DFA031);