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