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