#df0b0f
a balanced, electric red · warm · closest name: red
RGB
223, 11, 15
HSL
359°, 91%, 46%
CMYK
0, 95, 93, 13
Luminance
0.1596
Every format
| HEX | #df0b0f |
| RGB | rgb(223, 11, 15) |
| HSL | hsl(359, 91%, 46%) |
| CMYK | cmyk(0%, 95%, 93%, 13%) |
| LAB | lab(46.9 71.6 56.4) |
| LCH | lch(46.9 91.2 38.3) |
| OKLCH | oklch(0.570 0.230 28.5) |
Copy-ready code
/* CSS */
color: #df0b0f;
background-color: #df0b0f;
/* Tailwind (arbitrary) */
class="text-[#df0b0f] bg-[#df0b0f]"
/* SCSS */
$brand: #df0b0f;
/* SwiftUI */
Color(red: 0.875, green: 0.043, blue: 0.059)
/* Android */
Color.parseColor("#df0b0f")Accessibility — WCAG contrast
Aa
#df0b0f on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0b0f on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow93.3%
Key (black)12.5%
Color previews
#df0b0f text on a black background
contrast 4.19:1
Card sample
#df0b0f text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0b0f;
Background color
Panel with #df0b0f background
background-color: #df0b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 11, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 11, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0b0f; background: linear-gradient(135deg, #df0b0f, #DF950B);