#df1968
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 25, 104
HSL
336°, 80%, 49%
CMYK
0, 89, 53, 13
Luminance
0.1738
Every format
| HEX | #df1968 |
| RGB | rgb(223, 25, 104) |
| HSL | hsl(336, 80%, 49%) |
| CMYK | cmyk(0%, 89%, 53%, 13%) |
| LAB | lab(48.7 73.3 9.0) |
| LCH | lch(48.7 73.9 7.0) |
| OKLCH | oklch(0.588 0.226 5.9) |
Copy-ready code
/* CSS */
color: #df1968;
background-color: #df1968;
/* Tailwind (arbitrary) */
class="text-[#df1968] bg-[#df1968]"
/* SCSS */
$brand: #df1968;
/* SwiftUI */
Color(red: 0.875, green: 0.098, blue: 0.408)
/* Android */
Color.parseColor("#df1968")Accessibility — WCAG contrast
Aa
#df1968 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1968 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.8%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow53.4%
Key (black)12.5%
Color previews
#df1968 text on a black background
contrast 4.48:1
Card sample
#df1968 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1968;
Background color
Panel with #df1968 background
background-color: #df1968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 25, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 25, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1968; background: linear-gradient(135deg, #df1968, #DF4E19);