#df4247
a balanced, vivid red · warm · closest name: crimson
RGB
223, 66, 71
HSL
358°, 71%, 57%
CMYK
0, 70, 68, 13
Luminance
0.2004
Every format
| HEX | #df4247 |
| RGB | rgb(223, 66, 71) |
| HSL | hsl(358, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 68%, 13%) |
| LAB | lab(51.9 60.6 33.1) |
| LCH | lch(51.9 69.1 28.6) |
| OKLCH | oklch(0.609 0.194 23.4) |
Copy-ready code
/* CSS */
color: #df4247;
background-color: #df4247;
/* Tailwind (arbitrary) */
class="text-[#df4247] bg-[#df4247]"
/* SCSS */
$brand: #df4247;
/* SwiftUI */
Color(red: 0.875, green: 0.259, blue: 0.278)
/* Android */
Color.parseColor("#df4247")Accessibility — WCAG contrast
Aa
#df4247 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4247 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.9%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow68.2%
Key (black)12.5%
Color previews
#df4247 text on a black background
contrast 5.01:1
Card sample
#df4247 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4247;
Background color
Panel with #df4247 background
background-color: #df4247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 66, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 66, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4247; background: linear-gradient(135deg, #df4247, #DFA642);