#df2174
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 33, 116
HSL
334°, 75%, 50%
CMYK
0, 85, 48, 13
Luminance
0.1804
Every format
| HEX | #df2174 |
| RGB | rgb(223, 33, 116) |
| HSL | hsl(334, 75%, 50%) |
| CMYK | cmyk(0%, 85%, 48%, 13%) |
| LAB | lab(49.5 72.9 2.8) |
| LCH | lch(49.5 72.9 2.2) |
| OKLCH | oklch(0.594 0.224 2.0) |
Copy-ready code
/* CSS */
color: #df2174;
background-color: #df2174;
/* Tailwind (arbitrary) */
class="text-[#df2174] bg-[#df2174]"
/* SCSS */
$brand: #df2174;
/* SwiftUI */
Color(red: 0.875, green: 0.129, blue: 0.455)
/* Android */
Color.parseColor("#df2174")Accessibility — WCAG contrast
Aa
#df2174 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2174 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.9%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow48.0%
Key (black)12.5%
Color previews
#df2174 text on a black background
contrast 4.61:1
Card sample
#df2174 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2174;
Background color
Panel with #df2174 background
background-color: #df2174;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2174;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 33, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 33, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2174; background: linear-gradient(135deg, #df2174, #DF4D21);