#df3f3b
a balanced, vivid red · warm · closest name: crimson
RGB
223, 63, 59
HSL
2°, 72%, 55%
CMYK
0, 72, 74, 13
Luminance
0.1956
Every format
| HEX | #df3f3b |
| RGB | rgb(223, 63, 59) |
| HSL | hsl(2, 72%, 55%) |
| CMYK | cmyk(0%, 72%, 74%, 13%) |
| LAB | lab(51.3 61.2 39.3) |
| LCH | lch(51.3 72.7 32.7) |
| OKLCH | oklch(0.604 0.198 26.5) |
Copy-ready code
/* CSS */
color: #df3f3b;
background-color: #df3f3b;
/* Tailwind (arbitrary) */
class="text-[#df3f3b] bg-[#df3f3b]"
/* SCSS */
$brand: #df3f3b;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.231)
/* Android */
Color.parseColor("#df3f3b")Accessibility — WCAG contrast
Aa
#df3f3b on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3f3b on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow73.5%
Key (black)12.5%
Color previews
#df3f3b text on a black background
contrast 4.91:1
Card sample
#df3f3b text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3f3b;
Background color
Panel with #df3f3b background
background-color: #df3f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3f3b; background: linear-gradient(135deg, #df3f3b, #DFAC3B);