#df2736
a balanced, vivid red · warm · closest name: crimson
RGB
223, 39, 54
HSL
355°, 74%, 51%
CMYK
0, 83, 76, 13
Luminance
0.1741
Every format
| HEX | #df2736 |
| RGB | rgb(223, 39, 54) |
| HSL | hsl(355, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 76%, 13%) |
| LAB | lab(48.8 68.0 39.2) |
| LCH | lch(48.8 78.5 30.0) |
| OKLCH | oklch(0.585 0.216 23.8) |
Copy-ready code
/* CSS */
color: #df2736;
background-color: #df2736;
/* Tailwind (arbitrary) */
class="text-[#df2736] bg-[#df2736]"
/* SCSS */
$brand: #df2736;
/* SwiftUI */
Color(red: 0.875, green: 0.153, blue: 0.212)
/* Android */
Color.parseColor("#df2736")Accessibility — WCAG contrast
Aa
#df2736 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2736 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.3%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow75.8%
Key (black)12.5%
Color previews
#df2736 text on a black background
contrast 4.48:1
Card sample
#df2736 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2736;
Background color
Panel with #df2736 background
background-color: #df2736;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2736;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 39, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 39, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2736; background: linear-gradient(135deg, #df2736, #DF9327);