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