#df1065
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 16, 101
HSL
335°, 87%, 47%
CMYK
0, 93, 55, 13
Luminance
0.1700
Every format
| HEX | #df1065 |
| RGB | rgb(223, 16, 101) |
| HSL | hsl(335, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 55%, 13%) |
| LAB | lab(48.3 74.3 10.2) |
| LCH | lch(48.3 75.0 7.8) |
| OKLCH | oklch(0.584 0.229 6.6) |
Copy-ready code
/* CSS */
color: #df1065;
background-color: #df1065;
/* Tailwind (arbitrary) */
class="text-[#df1065] bg-[#df1065]"
/* SCSS */
$brand: #df1065;
/* SwiftUI */
Color(red: 0.875, green: 0.063, blue: 0.396)
/* Android */
Color.parseColor("#df1065")Accessibility — WCAG contrast
Aa
#df1065 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1065 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.3%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow54.7%
Key (black)12.5%
Color previews
#df1065 text on a black background
contrast 4.40:1
Card sample
#df1065 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1065;
Background color
Panel with #df1065 background
background-color: #df1065;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1065;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 16, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 16, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1065; background: linear-gradient(135deg, #df1065, #DF4510);