#df2140
a balanced, vivid red · warm · “crimson”
RGB
223, 33, 64
HSL
350°, 75%, 50%
CMYK
0, 85, 71, 13
Luminance
0.1715
Every format
| HEX | #df2140 |
| RGB | rgb(223, 33, 64) |
| HSL | hsl(350, 75%, 50%) |
| CMYK | cmyk(0%, 85%, 71%, 13%) |
| LAB | lab(48.5 69.7 33.0) |
| LCH | lch(48.5 77.1 25.4) |
| OKLCH | oklch(0.583 0.218 20.2) |
Copy-ready code
/* CSS */
color: #df2140;
background-color: #df2140;
/* Tailwind (arbitrary) */
class="text-[#df2140] bg-[#df2140]"
/* SCSS */
$brand: #df2140;
/* SwiftUI */
Color(red: 0.875, green: 0.129, blue: 0.251)
/* Android */
Color.parseColor("#df2140")Accessibility — WCAG contrast
Aa
#df2140 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2140 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.9%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow71.3%
Key (black)12.5%
Color previews
#df2140 text on a black background
contrast 4.43:1
Card sample
#df2140 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2140;
Background color
Panel with #df2140 background
background-color: #df2140;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2140;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 33, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 33, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2140; background: linear-gradient(135deg, #df2140, #DF8121);