#df0907
a balanced, electric red · warm · closest name: red
RGB
223, 9, 7
HSL
1°, 94%, 45%
CMYK
0, 96, 97, 13
Luminance
0.1590
Every format
| HEX | #df0907 |
| RGB | rgb(223, 9, 7) |
| HSL | hsl(1, 94%, 45%) |
| CMYK | cmyk(0%, 96%, 97%, 13%) |
| LAB | lab(46.9 71.7 58.8) |
| LCH | lch(46.9 92.7 39.3) |
| OKLCH | oklch(0.570 0.231 29.1) |
Copy-ready code
/* CSS */
color: #df0907;
background-color: #df0907;
/* Tailwind (arbitrary) */
class="text-[#df0907] bg-[#df0907]"
/* SCSS */
$brand: #df0907;
/* SwiftUI */
Color(red: 0.875, green: 0.035, blue: 0.027)
/* Android */
Color.parseColor("#df0907")Accessibility — WCAG contrast
Aa
#df0907 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0907 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow96.9%
Key (black)12.5%
Color previews
#df0907 text on a black background
contrast 4.18:1
Card sample
#df0907 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0907;
Background color
Panel with #df0907 background
background-color: #df0907;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0907;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 9, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 9, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0907; background: linear-gradient(135deg, #df0907, #DF9907);