#df367c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 54, 124
HSL
335°, 73%, 54%
CMYK
0, 76, 44, 13
Luminance
0.1978
Every format
| HEX | #df367c |
| RGB | rgb(223, 54, 124) |
| HSL | hsl(335, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 44%, 13%) |
| LAB | lab(51.6 68.4 0.9) |
| LCH | lch(51.6 68.4 0.8) |
| OKLCH | oklch(0.610 0.210 0.9) |
Copy-ready code
/* CSS */
color: #df367c;
background-color: #df367c;
/* Tailwind (arbitrary) */
class="text-[#df367c] bg-[#df367c]"
/* SCSS */
$brand: #df367c;
/* SwiftUI */
Color(red: 0.875, green: 0.212, blue: 0.486)
/* Android */
Color.parseColor("#df367c")Accessibility — WCAG contrast
Aa
#df367c on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df367c on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green21.2%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow44.4%
Key (black)12.5%
Color previews
#df367c text on a black background
contrast 4.96:1
Card sample
#df367c text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df367c;
Background color
Panel with #df367c background
background-color: #df367c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df367c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 54, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 54, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df367c; background: linear-gradient(135deg, #df367c, #DF6136);