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