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