#df186c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 24, 108
HSL
335°, 81%, 48%
CMYK
0, 89, 52, 13
Luminance
0.1742
Every format
| HEX | #df186c |
| RGB | rgb(223, 24, 108) |
| HSL | hsl(335, 81%, 48%) |
| CMYK | cmyk(0%, 89%, 52%, 13%) |
| LAB | lab(48.8 73.8 6.7) |
| LCH | lch(48.8 74.1 5.2) |
| OKLCH | oklch(0.588 0.227 4.4) |
Copy-ready code
/* CSS */
color: #df186c;
background-color: #df186c;
/* Tailwind (arbitrary) */
class="text-[#df186c] bg-[#df186c]"
/* SCSS */
$brand: #df186c;
/* SwiftUI */
Color(red: 0.875, green: 0.094, blue: 0.424)
/* Android */
Color.parseColor("#df186c")Accessibility — WCAG contrast
Aa
#df186c on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df186c on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.4%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow51.6%
Key (black)12.5%
Color previews
#df186c text on a black background
contrast 4.48:1
Card sample
#df186c text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df186c;
Background color
Panel with #df186c background
background-color: #df186c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df186c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 24, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 24, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df186c; background: linear-gradient(135deg, #df186c, #DF4918);