#df1367
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 19, 103
HSL
335°, 84%, 48%
CMYK
0, 92, 54, 13
Luminance
0.1713
Every format
| HEX | #df1367 |
| RGB | rgb(223, 19, 103) |
| HSL | hsl(335, 84%, 48%) |
| CMYK | cmyk(0%, 92%, 54%, 13%) |
| LAB | lab(48.4 74.1 9.2) |
| LCH | lch(48.4 74.7 7.1) |
| OKLCH | oklch(0.585 0.228 6.0) |
Copy-ready code
/* CSS */
color: #df1367;
background-color: #df1367;
/* Tailwind (arbitrary) */
class="text-[#df1367] bg-[#df1367]"
/* SCSS */
$brand: #df1367;
/* SwiftUI */
Color(red: 0.875, green: 0.075, blue: 0.404)
/* Android */
Color.parseColor("#df1367")Accessibility — WCAG contrast
Aa
#df1367 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1367 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow53.8%
Key (black)12.5%
Color previews
#df1367 text on a black background
contrast 4.43:1
Card sample
#df1367 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1367;
Background color
Panel with #df1367 background
background-color: #df1367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 19, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 19, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1367; background: linear-gradient(135deg, #df1367, #DF4713);