#df1469
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 20, 105
HSL
335°, 84%, 48%
CMYK
0, 91, 53, 13
Luminance
0.1721
Every format
| HEX | #df1469 |
| RGB | rgb(223, 20, 105) |
| HSL | hsl(335, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 53%, 13%) |
| LAB | lab(48.5 74.1 8.1) |
| LCH | lch(48.5 74.6 6.2) |
| OKLCH | oklch(0.586 0.228 5.3) |
Copy-ready code
/* CSS */
color: #df1469;
background-color: #df1469;
/* Tailwind (arbitrary) */
class="text-[#df1469] bg-[#df1469]"
/* SCSS */
$brand: #df1469;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.412)
/* Android */
Color.parseColor("#df1469")Accessibility — WCAG contrast
Aa
#df1469 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1469 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow52.9%
Key (black)12.5%
Color previews
#df1469 text on a black background
contrast 4.44:1
Card sample
#df1469 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1469;
Background color
Panel with #df1469 background
background-color: #df1469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1469; background: linear-gradient(135deg, #df1469, #DF4614);