#df3c5b
a balanced, vivid red · warm · closest name: crimson
RGB
223, 60, 91
HSL
349°, 72%, 56%
CMYK
0, 73, 59, 13
Luminance
0.1968
Every format
| HEX | #df3c5b |
| RGB | rgb(223, 60, 91) |
| HSL | hsl(349, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 59%, 13%) |
| LAB | lab(51.5 63.9 20.7) |
| LCH | lch(51.5 67.2 17.9) |
| OKLCH | oklch(0.607 0.198 14.8) |
Copy-ready code
/* CSS */
color: #df3c5b;
background-color: #df3c5b;
/* Tailwind (arbitrary) */
class="text-[#df3c5b] bg-[#df3c5b]"
/* SCSS */
$brand: #df3c5b;
/* SwiftUI */
Color(red: 0.875, green: 0.235, blue: 0.357)
/* Android */
Color.parseColor("#df3c5b")Accessibility — WCAG contrast
Aa
#df3c5b on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3c5b on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow59.2%
Key (black)12.5%
Color previews
#df3c5b text on a black background
contrast 4.94:1
Card sample
#df3c5b text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3c5b;
Background color
Panel with #df3c5b background
background-color: #df3c5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3c5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 60, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 60, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3c5b; background: linear-gradient(135deg, #df3c5b, #DF8A3C);