#df385c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 56, 92
HSL
347°, 72%, 55%
CMYK
0, 75, 59, 13
Luminance
0.1929
Every format
| HEX | #df385c |
| RGB | rgb(223, 56, 92) |
| HSL | hsl(347, 72%, 55%) |
| CMYK | cmyk(0%, 75%, 59%, 13%) |
| LAB | lab(51.0 65.3 19.5) |
| LCH | lch(51.0 68.1 16.6) |
| OKLCH | oklch(0.604 0.202 13.8) |
Copy-ready code
/* CSS */
color: #df385c;
background-color: #df385c;
/* Tailwind (arbitrary) */
class="text-[#df385c] bg-[#df385c]"
/* SCSS */
$brand: #df385c;
/* SwiftUI */
Color(red: 0.875, green: 0.220, blue: 0.361)
/* Android */
Color.parseColor("#df385c")Accessibility — WCAG contrast
Aa
#df385c on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df385c on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow58.7%
Key (black)12.5%
Color previews
#df385c text on a black background
contrast 4.86:1
Card sample
#df385c text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df385c;
Background color
Panel with #df385c background
background-color: #df385c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df385c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 56, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 56, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df385c; background: linear-gradient(135deg, #df385c, #DF8338);