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