#df3b5c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 59, 92
HSL
348°, 72%, 55%
CMYK
0, 74, 59, 13
Luminance
0.1959
Every format
| HEX | #df3b5c |
| RGB | rgb(223, 59, 92) |
| HSL | hsl(348, 72%, 55%) |
| CMYK | cmyk(0%, 74%, 59%, 13%) |
| LAB | lab(51.4 64.3 20.0) |
| LCH | lch(51.4 67.3 17.2) |
| OKLCH | oklch(0.606 0.199 14.3) |
Copy-ready code
/* CSS */
color: #df3b5c;
background-color: #df3b5c;
/* Tailwind (arbitrary) */
class="text-[#df3b5c] bg-[#df3b5c]"
/* SCSS */
$brand: #df3b5c;
/* SwiftUI */
Color(red: 0.875, green: 0.231, blue: 0.361)
/* Android */
Color.parseColor("#df3b5c")Accessibility — WCAG contrast
Aa
#df3b5c on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3b5c on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.1%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow58.7%
Key (black)12.5%
Color previews
#df3b5c text on a black background
contrast 4.92:1
Card sample
#df3b5c text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3b5c;
Background color
Panel with #df3b5c background
background-color: #df3b5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3b5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 59, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 59, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3b5c; background: linear-gradient(135deg, #df3b5c, #DF873B);