#df4148
a balanced, vivid red · warm · closest name: crimson
RGB
223, 65, 72
HSL
357°, 71%, 57%
CMYK
0, 71, 68, 13
Luminance
0.1994
Every format
| HEX | #df4148 |
| RGB | rgb(223, 65, 72) |
| HSL | hsl(357, 71%, 57%) |
| CMYK | cmyk(0%, 71%, 68%, 13%) |
| LAB | lab(51.8 61.0 32.3) |
| LCH | lch(51.8 69.1 27.9) |
| OKLCH | oklch(0.608 0.194 22.8) |
Copy-ready code
/* CSS */
color: #df4148;
background-color: #df4148;
/* Tailwind (arbitrary) */
class="text-[#df4148] bg-[#df4148]"
/* SCSS */
$brand: #df4148;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.282)
/* Android */
Color.parseColor("#df4148")Accessibility — WCAG contrast
Aa
#df4148 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4148 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow67.7%
Key (black)12.5%
Color previews
#df4148 text on a black background
contrast 4.99:1
Card sample
#df4148 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4148;
Background color
Panel with #df4148 background
background-color: #df4148;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4148;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4148; background: linear-gradient(135deg, #df4148, #DFA341);