#df1963
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 25, 99
HSL
338°, 80%, 49%
CMYK
0, 89, 56, 13
Luminance
0.1728
Every format
| HEX | #df1963 |
| RGB | rgb(223, 25, 99) |
| HSL | hsl(338, 80%, 49%) |
| CMYK | cmyk(0%, 89%, 56%, 13%) |
| LAB | lab(48.6 73.0 11.9) |
| LCH | lch(48.6 74.0 9.3) |
| OKLCH | oklch(0.586 0.225 7.8) |
Copy-ready code
/* CSS */
color: #df1963;
background-color: #df1963;
/* Tailwind (arbitrary) */
class="text-[#df1963] bg-[#df1963]"
/* SCSS */
$brand: #df1963;
/* SwiftUI */
Color(red: 0.875, green: 0.098, blue: 0.388)
/* Android */
Color.parseColor("#df1963")Accessibility — WCAG contrast
Aa
#df1963 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1963 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.8%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow55.6%
Key (black)12.5%
Color previews
#df1963 text on a black background
contrast 4.46:1
Card sample
#df1963 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1963;
Background color
Panel with #df1963 background
background-color: #df1963;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1963;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 25, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 25, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1963; background: linear-gradient(135deg, #df1963, #DF5319);