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