#df2139
a balanced, vivid red · warm · closest name: crimson
RGB
223, 33, 57
HSL
352°, 75%, 50%
CMYK
0, 85, 74, 13
Luminance
0.1707
Every format
| HEX | #df2139 |
| RGB | rgb(223, 33, 57) |
| HSL | hsl(352, 75%, 50%) |
| CMYK | cmyk(0%, 85%, 74%, 13%) |
| LAB | lab(48.4 69.4 37.0) |
| LCH | lch(48.4 78.7 28.1) |
| OKLCH | oklch(0.582 0.219 22.3) |
Copy-ready code
/* CSS */
color: #df2139;
background-color: #df2139;
/* Tailwind (arbitrary) */
class="text-[#df2139] bg-[#df2139]"
/* SCSS */
$brand: #df2139;
/* SwiftUI */
Color(red: 0.875, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#df2139")Accessibility — WCAG contrast
Aa
#df2139 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2139 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow74.4%
Key (black)12.5%
Color previews
#df2139 text on a black background
contrast 4.41:1
Card sample
#df2139 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2139;
Background color
Panel with #df2139 background
background-color: #df2139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2139; background: linear-gradient(135deg, #df2139, #DF8821);