#df1985
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 25, 133
HSL
327°, 80%, 49%
CMYK
0, 89, 40, 13
Luminance
0.1808
Every format
| HEX | #df1985 |
| RGB | rgb(223, 25, 133) |
| HSL | hsl(327, 80%, 49%) |
| CMYK | cmyk(0%, 89%, 40%, 13%) |
| LAB | lab(49.6 75.7 -7.4) |
| LCH | lch(49.6 76.1 354.4) |
| OKLCH | oklch(0.597 0.234 355.4) |
Copy-ready code
/* CSS */
color: #df1985;
background-color: #df1985;
/* Tailwind (arbitrary) */
class="text-[#df1985] bg-[#df1985]"
/* SCSS */
$brand: #df1985;
/* SwiftUI */
Color(red: 0.875, green: 0.098, blue: 0.522)
/* Android */
Color.parseColor("#df1985")Accessibility — WCAG contrast
Aa
#df1985 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1985 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow40.4%
Key (black)12.5%
Color previews
#df1985 text on a black background
contrast 4.62:1
Card sample
#df1985 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1985;
Background color
Panel with #df1985 background
background-color: #df1985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 25, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 25, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1985; background: linear-gradient(135deg, #df1985, #DF3119);