#df1682
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 22, 130
HSL
328°, 82%, 48%
CMYK
0, 90, 42, 13
Luminance
0.1787
Every format
| HEX | #df1682 |
| RGB | rgb(223, 22, 130) |
| HSL | hsl(328, 82%, 48%) |
| CMYK | cmyk(0%, 90%, 42%, 13%) |
| LAB | lab(49.4 75.9 -6.0) |
| LCH | lch(49.4 76.1 355.5) |
| OKLCH | oklch(0.594 0.234 356.4) |
Copy-ready code
/* CSS */
color: #df1682;
background-color: #df1682;
/* Tailwind (arbitrary) */
class="text-[#df1682] bg-[#df1682]"
/* SCSS */
$brand: #df1682;
/* SwiftUI */
Color(red: 0.875, green: 0.086, blue: 0.510)
/* Android */
Color.parseColor("#df1682")Accessibility — WCAG contrast
Aa
#df1682 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1682 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green8.6%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow41.7%
Key (black)12.5%
Color previews
#df1682 text on a black background
contrast 4.57:1
Card sample
#df1682 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1682;
Background color
Panel with #df1682 background
background-color: #df1682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 22, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 22, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1682; background: linear-gradient(135deg, #df1682, #DF3016);