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