#df2d3c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 45, 60
HSL
355°, 74%, 53%
CMYK
0, 80, 73, 13
Luminance
0.1789
Every format
| HEX | #df2d3c |
| RGB | rgb(223, 45, 60) |
| HSL | hsl(355, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 73%, 13%) |
| LAB | lab(49.4 66.8 36.5) |
| LCH | lch(49.4 76.1 28.6) |
| OKLCH | oklch(0.590 0.211 22.9) |
Copy-ready code
/* CSS */
color: #df2d3c;
background-color: #df2d3c;
/* Tailwind (arbitrary) */
class="text-[#df2d3c] bg-[#df2d3c]"
/* SCSS */
$brand: #df2d3c;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.235)
/* Android */
Color.parseColor("#df2d3c")Accessibility — WCAG contrast
Aa
#df2d3c on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2d3c on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow73.1%
Key (black)12.5%
Color previews
#df2d3c text on a black background
contrast 4.58:1
Card sample
#df2d3c text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d3c;
Background color
Panel with #df2d3c background
background-color: #df2d3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d3c; background: linear-gradient(135deg, #df2d3c, #DF942D);