#df252c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 37, 44
HSL
358°, 74%, 51%
CMYK
0, 83, 80, 13
Luminance
0.1719
Every format
| HEX | #df252c |
| RGB | rgb(223, 37, 44) |
| HSL | hsl(358, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 80%, 13%) |
| LAB | lab(48.5 68.2 44.5) |
| LCH | lch(48.5 81.4 33.1) |
| OKLCH | oklch(0.583 0.218 26.0) |
Copy-ready code
/* CSS */
color: #df252c;
background-color: #df252c;
/* Tailwind (arbitrary) */
class="text-[#df252c] bg-[#df252c]"
/* SCSS */
$brand: #df252c;
/* SwiftUI */
Color(red: 0.875, green: 0.145, blue: 0.173)
/* Android */
Color.parseColor("#df252c")Accessibility — WCAG contrast
Aa
#df252c on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df252c on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow80.3%
Key (black)12.5%
Color previews
#df252c text on a black background
contrast 4.44:1
Card sample
#df252c text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df252c;
Background color
Panel with #df252c background
background-color: #df252c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df252c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 37, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 37, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df252c; background: linear-gradient(135deg, #df252c, #DF9A25);