#df4b6c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 75, 108
HSL
347°, 70%, 58%
CMYK
0, 66, 52, 13
Luminance
0.2180
Every format
| HEX | #df4b6c |
| RGB | rgb(223, 75, 108) |
| HSL | hsl(347, 70%, 58%) |
| CMYK | cmyk(0%, 66%, 52%, 13%) |
| LAB | lab(53.8 59.6 13.7) |
| LCH | lch(53.8 61.2 13.0) |
| OKLCH | oklch(0.625 0.184 10.9) |
Copy-ready code
/* CSS */
color: #df4b6c;
background-color: #df4b6c;
/* Tailwind (arbitrary) */
class="text-[#df4b6c] bg-[#df4b6c]"
/* SCSS */
$brand: #df4b6c;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.424)
/* Android */
Color.parseColor("#df4b6c")Accessibility — WCAG contrast
Aa
#df4b6c on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4b6c on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow51.6%
Key (black)12.5%
Color previews
#df4b6c text on a black background
contrast 5.36:1
Card sample
#df4b6c text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4b6c;
Background color
Panel with #df4b6c background
background-color: #df4b6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4b6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4b6c; background: linear-gradient(135deg, #df4b6c, #DF8D4B);