#df2844
a balanced, vivid red · warm · closest name: crimson
RGB
223, 40, 68
HSL
351°, 74%, 52%
CMYK
0, 82, 70, 13
Luminance
0.1762
Every format
| HEX | #df2844 |
| RGB | rgb(223, 40, 68) |
| HSL | hsl(351, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 70%, 13%) |
| LAB | lab(49.0 68.3 31.4) |
| LCH | lch(49.0 75.2 24.7) |
| OKLCH | oklch(0.587 0.214 19.8) |
Copy-ready code
/* CSS */
color: #df2844;
background-color: #df2844;
/* Tailwind (arbitrary) */
class="text-[#df2844] bg-[#df2844]"
/* SCSS */
$brand: #df2844;
/* SwiftUI */
Color(red: 0.875, green: 0.157, blue: 0.267)
/* Android */
Color.parseColor("#df2844")Accessibility — WCAG contrast
Aa
#df2844 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2844 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow69.5%
Key (black)12.5%
Color previews
#df2844 text on a black background
contrast 4.52:1
Card sample
#df2844 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2844;
Background color
Panel with #df2844 background
background-color: #df2844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 40, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 40, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2844; background: linear-gradient(135deg, #df2844, #DF8628);