#df148d
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 20, 141
HSL
324°, 84%, 48%
CMYK
0, 91, 37, 13
Luminance
0.1811
Every format
| HEX | #df148d |
| RGB | rgb(223, 20, 141) |
| HSL | hsl(324, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 37%, 13%) |
| LAB | lab(49.6 77.1 -12.2) |
| LCH | lch(49.6 78.1 351.0) |
| OKLCH | oklch(0.598 0.240 352.5) |
Copy-ready code
/* CSS */
color: #df148d;
background-color: #df148d;
/* Tailwind (arbitrary) */
class="text-[#df148d] bg-[#df148d]"
/* SCSS */
$brand: #df148d;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.553)
/* Android */
Color.parseColor("#df148d")Accessibility — WCAG contrast
Aa
#df148d on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df148d on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow36.8%
Key (black)12.5%
Color previews
#df148d text on a black background
contrast 4.62:1
Card sample
#df148d text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df148d;
Background color
Panel with #df148d background
background-color: #df148d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df148d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df148d; background: linear-gradient(135deg, #df148d, #DF2214);