#df1b3f
a balanced, electric red · warm · “crimson”
RGB
223, 27, 63
HSL
349°, 78%, 49%
CMYK
0, 88, 72, 13
Luminance
0.1683
Every format
| HEX | #df1b3f |
| RGB | rgb(223, 27, 63) |
| HSL | hsl(349, 78%, 49%) |
| CMYK | cmyk(0%, 88%, 72%, 13%) |
| LAB | lab(48.0 70.8 33.2) |
| LCH | lch(48.0 78.1 25.1) |
| OKLCH | oklch(0.580 0.222 20.0) |
Copy-ready code
/* CSS */
color: #df1b3f;
background-color: #df1b3f;
/* Tailwind (arbitrary) */
class="text-[#df1b3f] bg-[#df1b3f]"
/* SCSS */
$brand: #df1b3f;
/* SwiftUI */
Color(red: 0.875, green: 0.106, blue: 0.247)
/* Android */
Color.parseColor("#df1b3f")Accessibility — WCAG contrast
Aa
#df1b3f on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1b3f on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green10.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow71.7%
Key (black)12.5%
Color previews
#df1b3f text on a black background
contrast 4.37:1
Card sample
#df1b3f text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1b3f;
Background color
Panel with #df1b3f background
background-color: #df1b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 27, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 27, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1b3f; background: linear-gradient(135deg, #df1b3f, #DF7A1B);