#df162a
a balanced, electric red · warm · closest name: crimson
RGB
223, 22, 42
HSL
354°, 82%, 48%
CMYK
0, 90, 81, 13
Luminance
0.1643
Every format
| HEX | #df162a |
| RGB | rgb(223, 22, 42) |
| HSL | hsl(354, 82%, 48%) |
| CMYK | cmyk(0%, 90%, 81%, 13%) |
| LAB | lab(47.5 70.8 44.6) |
| LCH | lch(47.5 83.7 32.2) |
| OKLCH | oklch(0.575 0.225 25.0) |
Copy-ready code
/* CSS */
color: #df162a;
background-color: #df162a;
/* Tailwind (arbitrary) */
class="text-[#df162a] bg-[#df162a]"
/* SCSS */
$brand: #df162a;
/* SwiftUI */
Color(red: 0.875, green: 0.086, blue: 0.165)
/* Android */
Color.parseColor("#df162a")Accessibility — WCAG contrast
Aa
#df162a on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df162a on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green8.6%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow81.2%
Key (black)12.5%
Color previews
#df162a text on a black background
contrast 4.29:1
Card sample
#df162a text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df162a;
Background color
Panel with #df162a background
background-color: #df162a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df162a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 22, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 22, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df162a; background: linear-gradient(135deg, #df162a, #DF8816);