#df0732
a balanced, electric red · warm · closest name: crimson
RGB
223, 7, 50
HSL
348°, 94%, 45%
CMYK
0, 97, 78, 13
Luminance
0.1607
Every format
| HEX | #df0732 |
| RGB | rgb(223, 7, 50) |
| HSL | hsl(348, 94%, 45%) |
| CMYK | cmyk(0%, 97%, 78%, 13%) |
| LAB | lab(47.1 72.6 39.7) |
| LCH | lch(47.1 82.8 28.7) |
| OKLCH | oklch(0.572 0.228 22.3) |
Copy-ready code
/* CSS */
color: #df0732;
background-color: #df0732;
/* Tailwind (arbitrary) */
class="text-[#df0732] bg-[#df0732]"
/* SCSS */
$brand: #df0732;
/* SwiftUI */
Color(red: 0.875, green: 0.027, blue: 0.196)
/* Android */
Color.parseColor("#df0732")Accessibility — WCAG contrast
Aa
#df0732 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0732 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow77.6%
Key (black)12.5%
Color previews
#df0732 text on a black background
contrast 4.21:1
Card sample
#df0732 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0732;
Background color
Panel with #df0732 background
background-color: #df0732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 7, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 7, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0732; background: linear-gradient(135deg, #df0732, #DF6C07);