#df345c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 52, 92
HSL
346°, 73%, 54%
CMYK
0, 77, 59, 13
Luminance
0.1892
Every format
| HEX | #df345c |
| RGB | rgb(223, 52, 92) |
| HSL | hsl(346, 73%, 54%) |
| CMYK | cmyk(0%, 77%, 59%, 13%) |
| LAB | lab(50.6 66.5 18.9) |
| LCH | lch(50.6 69.1 15.9) |
| OKLCH | oklch(0.600 0.206 13.1) |
Copy-ready code
/* CSS */
color: #df345c;
background-color: #df345c;
/* Tailwind (arbitrary) */
class="text-[#df345c] bg-[#df345c]"
/* SCSS */
$brand: #df345c;
/* SwiftUI */
Color(red: 0.875, green: 0.204, blue: 0.361)
/* Android */
Color.parseColor("#df345c")Accessibility — WCAG contrast
Aa
#df345c on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df345c on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.4%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow58.7%
Key (black)12.5%
Color previews
#df345c text on a black background
contrast 4.78:1
Card sample
#df345c text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df345c;
Background color
Panel with #df345c background
background-color: #df345c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df345c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 52, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 52, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df345c; background: linear-gradient(135deg, #df345c, #DF7E34);