#df4d6f
a balanced, vivid red · warm · closest name: crimson
RGB
223, 77, 111
HSL
346°, 70%, 59%
CMYK
0, 66, 50, 13
Luminance
0.2214
Every format
| HEX | #df4d6f |
| RGB | rgb(223, 77, 111) |
| HSL | hsl(346, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 50%, 13%) |
| LAB | lab(54.2 59.1 12.4) |
| LCH | lch(54.2 60.4 11.9) |
| OKLCH | oklch(0.628 0.182 10.1) |
Copy-ready code
/* CSS */
color: #df4d6f;
background-color: #df4d6f;
/* Tailwind (arbitrary) */
class="text-[#df4d6f] bg-[#df4d6f]"
/* SCSS */
$brand: #df4d6f;
/* SwiftUI */
Color(red: 0.875, green: 0.302, blue: 0.435)
/* Android */
Color.parseColor("#df4d6f")Accessibility — WCAG contrast
Aa
#df4d6f on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4d6f on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow50.2%
Key (black)12.5%
Color previews
#df4d6f text on a black background
contrast 5.43:1
Card sample
#df4d6f text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4d6f;
Background color
Panel with #df4d6f background
background-color: #df4d6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4d6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 77, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 77, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4d6f; background: linear-gradient(135deg, #df4d6f, #DF8C4D);