#df4745
a balanced, vivid red · warm · closest name: crimson
RGB
223, 71, 69
HSL
1°, 71%, 57%
CMYK
0, 68, 69, 13
Luminance
0.2062
Every format
| HEX | #df4745 |
| RGB | rgb(223, 71, 69) |
| HSL | hsl(1, 71%, 57%) |
| CMYK | cmyk(0%, 68%, 69%, 13%) |
| LAB | lab(52.5 58.7 35.0) |
| LCH | lch(52.5 68.3 30.8) |
| OKLCH | oklch(0.614 0.189 25.3) |
Copy-ready code
/* CSS */
color: #df4745;
background-color: #df4745;
/* Tailwind (arbitrary) */
class="text-[#df4745] bg-[#df4745]"
/* SCSS */
$brand: #df4745;
/* SwiftUI */
Color(red: 0.875, green: 0.278, blue: 0.271)
/* Android */
Color.parseColor("#df4745")Accessibility — WCAG contrast
Aa
#df4745 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4745 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow69.1%
Key (black)12.5%
Color previews
#df4745 text on a black background
contrast 5.12:1
Card sample
#df4745 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4745;
Background color
Panel with #df4745 background
background-color: #df4745;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4745;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 71, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 71, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4745; background: linear-gradient(135deg, #df4745, #DFAE45);