#df1949
a balanced, electric red · warm · closest name: crimson
RGB
223, 25, 73
HSL
346°, 80%, 49%
CMYK
0, 89, 67, 13
Luminance
0.1686
Every format
| HEX | #df1949 |
| RGB | rgb(223, 25, 73) |
| HSL | hsl(346, 80%, 49%) |
| CMYK | cmyk(0%, 89%, 67%, 13%) |
| LAB | lab(48.1 71.5 27.2) |
| LCH | lch(48.1 76.5 20.8) |
| OKLCH | oklch(0.581 0.222 16.7) |
Copy-ready code
/* CSS */
color: #df1949;
background-color: #df1949;
/* Tailwind (arbitrary) */
class="text-[#df1949] bg-[#df1949]"
/* SCSS */
$brand: #df1949;
/* SwiftUI */
Color(red: 0.875, green: 0.098, blue: 0.286)
/* Android */
Color.parseColor("#df1949")Accessibility — WCAG contrast
Aa
#df1949 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1949 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow67.3%
Key (black)12.5%
Color previews
#df1949 text on a black background
contrast 4.37:1
Card sample
#df1949 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1949;
Background color
Panel with #df1949 background
background-color: #df1949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 25, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 25, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1949; background: linear-gradient(135deg, #df1949, #DF6D19);