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