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