#df0b3f
a balanced, electric red · warm · “crimson”
RGB
223, 11, 63
HSL
345°, 91%, 46%
CMYK
0, 95, 72, 13
Luminance
0.1629
Every format
| HEX | #df0b3f |
| RGB | rgb(223, 11, 63) |
| HSL | hsl(345, 91%, 46%) |
| CMYK | cmyk(0%, 95%, 72%, 13%) |
| LAB | lab(47.4 72.8 32.3) |
| LCH | lch(47.4 79.6 24.0) |
| OKLCH | oklch(0.575 0.227 19.0) |
Copy-ready code
/* CSS */
color: #df0b3f;
background-color: #df0b3f;
/* Tailwind (arbitrary) */
class="text-[#df0b3f] bg-[#df0b3f]"
/* SCSS */
$brand: #df0b3f;
/* SwiftUI */
Color(red: 0.875, green: 0.043, blue: 0.247)
/* Android */
Color.parseColor("#df0b3f")Accessibility — WCAG contrast
Aa
#df0b3f on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0b3f on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow71.7%
Key (black)12.5%
Color previews
#df0b3f text on a black background
contrast 4.26:1
Card sample
#df0b3f text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0b3f;
Background color
Panel with #df0b3f background
background-color: #df0b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 11, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 11, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0b3f; background: linear-gradient(135deg, #df0b3f, #DF640B);