#df167c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 22, 124
HSL
330°, 82%, 48%
CMYK
0, 90, 44, 13
Luminance
0.1772
Every format
| HEX | #df167c |
| RGB | rgb(223, 22, 124) |
| HSL | hsl(330, 82%, 48%) |
| CMYK | cmyk(0%, 90%, 44%, 13%) |
| LAB | lab(49.2 75.3 -2.6) |
| LCH | lch(49.2 75.4 358.0) |
| OKLCH | oklch(0.592 0.232 358.5) |
Copy-ready code
/* CSS */
color: #df167c;
background-color: #df167c;
/* Tailwind (arbitrary) */
class="text-[#df167c] bg-[#df167c]"
/* SCSS */
$brand: #df167c;
/* SwiftUI */
Color(red: 0.875, green: 0.086, blue: 0.486)
/* Android */
Color.parseColor("#df167c")Accessibility — WCAG contrast
Aa
#df167c on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df167c on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green8.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow44.4%
Key (black)12.5%
Color previews
#df167c text on a black background
contrast 4.54:1
Card sample
#df167c text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df167c;
Background color
Panel with #df167c background
background-color: #df167c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df167c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 22, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 22, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df167c; background: linear-gradient(135deg, #df167c, #DF3616);