#df4548
a balanced, vivid red · warm · closest name: crimson
RGB
223, 69, 72
HSL
359°, 71%, 57%
CMYK
0, 69, 68, 13
Luminance
0.2041
Every format
| HEX | #df4548 |
| RGB | rgb(223, 69, 72) |
| HSL | hsl(359, 71%, 57%) |
| CMYK | cmyk(0%, 69%, 68%, 13%) |
| LAB | lab(52.3 59.6 33.0) |
| LCH | lch(52.3 68.1 29.0) |
| OKLCH | oklch(0.612 0.191 23.8) |
Copy-ready code
/* CSS */
color: #df4548;
background-color: #df4548;
/* Tailwind (arbitrary) */
class="text-[#df4548] bg-[#df4548]"
/* SCSS */
$brand: #df4548;
/* SwiftUI */
Color(red: 0.875, green: 0.271, blue: 0.282)
/* Android */
Color.parseColor("#df4548")Accessibility — WCAG contrast
Aa
#df4548 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4548 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.1%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow67.7%
Key (black)12.5%
Color previews
#df4548 text on a black background
contrast 5.08:1
Card sample
#df4548 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4548;
Background color
Panel with #df4548 background
background-color: #df4548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 69, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 69, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4548; background: linear-gradient(135deg, #df4548, #DFA945);