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