#df4b6f
a balanced, vivid red · warm · closest name: crimson
RGB
223, 75, 111
HSL
345°, 70%, 58%
CMYK
0, 66, 50, 13
Luminance
0.2187
Every format
| HEX | #df4b6f |
| RGB | rgb(223, 75, 111) |
| HSL | hsl(345, 70%, 58%) |
| CMYK | cmyk(0%, 66%, 50%, 13%) |
| LAB | lab(53.9 59.9 12.0) |
| LCH | lch(53.9 61.1 11.4) |
| OKLCH | oklch(0.626 0.184 9.6) |
Copy-ready code
/* CSS */
color: #df4b6f;
background-color: #df4b6f;
/* Tailwind (arbitrary) */
class="text-[#df4b6f] bg-[#df4b6f]"
/* SCSS */
$brand: #df4b6f;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.435)
/* Android */
Color.parseColor("#df4b6f")Accessibility — WCAG contrast
Aa
#df4b6f on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4b6f on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow50.2%
Key (black)12.5%
Color previews
#df4b6f text on a black background
contrast 5.37:1
Card sample
#df4b6f text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4b6f;
Background color
Panel with #df4b6f background
background-color: #df4b6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4b6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4b6f; background: linear-gradient(135deg, #df4b6f, #DF8A4B);