#df1c7b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 28, 123
HSL
331°, 78%, 49%
CMYK
0, 87, 45, 13
Luminance
0.1795
Every format
| HEX | #df1c7b |
| RGB | rgb(223, 28, 123) |
| HSL | hsl(331, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 45%, 13%) |
| LAB | lab(49.4 74.3 -1.6) |
| LCH | lch(49.4 74.4 358.8) |
| OKLCH | oklch(0.594 0.229 359.2) |
Copy-ready code
/* CSS */
color: #df1c7b;
background-color: #df1c7b;
/* Tailwind (arbitrary) */
class="text-[#df1c7b] bg-[#df1c7b]"
/* SCSS */
$brand: #df1c7b;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.482)
/* Android */
Color.parseColor("#df1c7b")Accessibility — WCAG contrast
Aa
#df1c7b on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1c7b on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow44.8%
Key (black)12.5%
Color previews
#df1c7b text on a black background
contrast 4.59:1
Card sample
#df1c7b text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1c7b;
Background color
Panel with #df1c7b background
background-color: #df1c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1c7b; background: linear-gradient(135deg, #df1c7b, #DF3F1C);