#df2849
a balanced, vivid red · warm · closest name: crimson
RGB
223, 40, 73
HSL
349°, 74%, 52%
CMYK
0, 82, 67, 13
Luminance
0.1769
Every format
| HEX | #df2849 |
| RGB | rgb(223, 40, 73) |
| HSL | hsl(349, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 67%, 13%) |
| LAB | lab(49.1 68.6 28.5) |
| LCH | lch(49.1 74.3 22.5) |
| OKLCH | oklch(0.588 0.214 18.2) |
Copy-ready code
/* CSS */
color: #df2849;
background-color: #df2849;
/* Tailwind (arbitrary) */
class="text-[#df2849] bg-[#df2849]"
/* SCSS */
$brand: #df2849;
/* SwiftUI */
Color(red: 0.875, green: 0.157, blue: 0.286)
/* Android */
Color.parseColor("#df2849")Accessibility — WCAG contrast
Aa
#df2849 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2849 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow67.3%
Key (black)12.5%
Color previews
#df2849 text on a black background
contrast 4.54:1
Card sample
#df2849 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2849;
Background color
Panel with #df2849 background
background-color: #df2849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 40, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 40, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2849; background: linear-gradient(135deg, #df2849, #DF8128);