#df3d6f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 61, 111
HSL
342°, 72%, 56%
CMYK
0, 73, 50, 13
Luminance
0.2017
Every format
| HEX | #df3d6f |
| RGB | rgb(223, 61, 111) |
| HSL | hsl(342, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 50%, 13%) |
| LAB | lab(52.0 65.0 9.4) |
| LCH | lch(52.0 65.7 8.2) |
| OKLCH | oklch(0.612 0.200 7.0) |
Copy-ready code
/* CSS */
color: #df3d6f;
background-color: #df3d6f;
/* Tailwind (arbitrary) */
class="text-[#df3d6f] bg-[#df3d6f]"
/* SCSS */
$brand: #df3d6f;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.435)
/* Android */
Color.parseColor("#df3d6f")Accessibility — WCAG contrast
Aa
#df3d6f on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3d6f on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow50.2%
Key (black)12.5%
Color previews
#df3d6f text on a black background
contrast 5.03:1
Card sample
#df3d6f text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3d6f;
Background color
Panel with #df3d6f background
background-color: #df3d6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3d6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3d6f; background: linear-gradient(135deg, #df3d6f, #DF773D);