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