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