#df253c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 37, 60
HSL
353°, 74%, 51%
CMYK
0, 83, 73, 13
Luminance
0.1734
Every format
| HEX | #df253c |
| RGB | rgb(223, 37, 60) |
| HSL | hsl(353, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 73%, 13%) |
| LAB | lab(48.7 68.7 35.7) |
| LCH | lch(48.7 77.4 27.4) |
| OKLCH | oklch(0.584 0.216 21.9) |
Copy-ready code
/* CSS */
color: #df253c;
background-color: #df253c;
/* Tailwind (arbitrary) */
class="text-[#df253c] bg-[#df253c]"
/* SCSS */
$brand: #df253c;
/* SwiftUI */
Color(red: 0.875, green: 0.145, blue: 0.235)
/* Android */
Color.parseColor("#df253c")Accessibility — WCAG contrast
Aa
#df253c on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df253c on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow73.1%
Key (black)12.5%
Color previews
#df253c text on a black background
contrast 4.47:1
Card sample
#df253c text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df253c;
Background color
Panel with #df253c background
background-color: #df253c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df253c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 37, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 37, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df253c; background: linear-gradient(135deg, #df253c, #DF8A25);