#df3f3e
a balanced, vivid red · warm · closest name: crimson
RGB
223, 63, 62
HSL
0°, 72%, 56%
CMYK
0, 72, 72, 13
Luminance
0.1959
Every format
| HEX | #df3f3e |
| RGB | rgb(223, 63, 62) |
| HSL | hsl(0, 72%, 56%) |
| CMYK | cmyk(0%, 72%, 72%, 13%) |
| LAB | lab(51.4 61.3 37.6) |
| LCH | lch(51.4 71.9 31.5) |
| OKLCH | oklch(0.605 0.197 25.6) |
Copy-ready code
/* CSS */
color: #df3f3e;
background-color: #df3f3e;
/* Tailwind (arbitrary) */
class="text-[#df3f3e] bg-[#df3f3e]"
/* SCSS */
$brand: #df3f3e;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.243)
/* Android */
Color.parseColor("#df3f3e")Accessibility — WCAG contrast
Aa
#df3f3e on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3f3e on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow72.2%
Key (black)12.5%
Color previews
#df3f3e text on a black background
contrast 4.92:1
Card sample
#df3f3e text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3f3e;
Background color
Panel with #df3f3e background
background-color: #df3f3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3f3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3f3e; background: linear-gradient(135deg, #df3f3e, #DFAA3E);