#df2f3f
a balanced, vivid red · warm · closest name: crimson
RGB
223, 47, 63
HSL
355°, 73%, 53%
CMYK
0, 79, 72, 13
Luminance
0.1808
Every format
| HEX | #df2f3f |
| RGB | rgb(223, 47, 63) |
| HSL | hsl(355, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 72%, 13%) |
| LAB | lab(49.6 66.3 35.0) |
| LCH | lch(49.6 75.0 27.8) |
| OKLCH | oklch(0.591 0.210 22.3) |
Copy-ready code
/* CSS */
color: #df2f3f;
background-color: #df2f3f;
/* Tailwind (arbitrary) */
class="text-[#df2f3f] bg-[#df2f3f]"
/* SCSS */
$brand: #df2f3f;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.247)
/* Android */
Color.parseColor("#df2f3f")Accessibility — WCAG contrast
Aa
#df2f3f on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2f3f on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow71.7%
Key (black)12.5%
Color previews
#df2f3f text on a black background
contrast 4.62:1
Card sample
#df2f3f text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2f3f;
Background color
Panel with #df2f3f background
background-color: #df2f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2f3f; background: linear-gradient(135deg, #df2f3f, #DF942F);