#df3e49
a balanced, vivid red · warm · closest name: crimson
RGB
223, 62, 73
HSL
356°, 72%, 56%
CMYK
0, 72, 67, 13
Luminance
0.1961
Every format
| HEX | #df3e49 |
| RGB | rgb(223, 62, 73) |
| HSL | hsl(356, 72%, 56%) |
| CMYK | cmyk(0%, 72%, 67%, 13%) |
| LAB | lab(51.4 62.2 31.3) |
| LCH | lch(51.4 69.6 26.7) |
| OKLCH | oklch(0.605 0.197 21.8) |
Copy-ready code
/* CSS */
color: #df3e49;
background-color: #df3e49;
/* Tailwind (arbitrary) */
class="text-[#df3e49] bg-[#df3e49]"
/* SCSS */
$brand: #df3e49;
/* SwiftUI */
Color(red: 0.875, green: 0.243, blue: 0.286)
/* Android */
Color.parseColor("#df3e49")Accessibility — WCAG contrast
Aa
#df3e49 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3e49 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow67.3%
Key (black)12.5%
Color previews
#df3e49 text on a black background
contrast 4.92:1
Card sample
#df3e49 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3e49;
Background color
Panel with #df3e49 background
background-color: #df3e49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3e49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 62, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 62, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3e49; background: linear-gradient(135deg, #df3e49, #DF9E3E);