#df322c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 50, 44
HSL
2°, 74%, 52%
CMYK
0, 78, 80, 13
Luminance
0.1815
Every format
| HEX | #df322c |
| RGB | rgb(223, 50, 44) |
| HSL | hsl(2, 74%, 52%) |
| CMYK | cmyk(0%, 78%, 80%, 13%) |
| LAB | lab(49.7 64.8 45.7) |
| LCH | lch(49.7 79.3 35.2) |
| OKLCH | oklch(0.591 0.210 27.9) |
Copy-ready code
/* CSS */
color: #df322c;
background-color: #df322c;
/* Tailwind (arbitrary) */
class="text-[#df322c] bg-[#df322c]"
/* SCSS */
$brand: #df322c;
/* SwiftUI */
Color(red: 0.875, green: 0.196, blue: 0.173)
/* Android */
Color.parseColor("#df322c")Accessibility — WCAG contrast
Aa
#df322c on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df322c on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow80.3%
Key (black)12.5%
Color previews
#df322c text on a black background
contrast 4.63:1
Card sample
#df322c text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df322c;
Background color
Panel with #df322c background
background-color: #df322c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df322c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 50, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 50, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df322c; background: linear-gradient(135deg, #df322c, #DFA92C);