#df1192
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 17, 146
HSL
322°, 86%, 47%
CMYK
0, 92, 35, 13
Luminance
0.1816
Every format
| HEX | #df1192 |
| RGB | rgb(223, 17, 146) |
| HSL | hsl(322, 86%, 47%) |
| CMYK | cmyk(0%, 92%, 35%, 13%) |
| LAB | lab(49.7 78.0 -15.1) |
| LCH | lch(49.7 79.4 349.0) |
| OKLCH | oklch(0.599 0.243 350.7) |
Copy-ready code
/* CSS */
color: #df1192;
background-color: #df1192;
/* Tailwind (arbitrary) */
class="text-[#df1192] bg-[#df1192]"
/* SCSS */
$brand: #df1192;
/* SwiftUI */
Color(red: 0.875, green: 0.067, blue: 0.573)
/* Android */
Color.parseColor("#df1192")Accessibility — WCAG contrast
Aa
#df1192 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1192 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow34.5%
Key (black)12.5%
Color previews
#df1192 text on a black background
contrast 4.63:1
Card sample
#df1192 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1192;
Background color
Panel with #df1192 background
background-color: #df1192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 17, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 17, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1192; background: linear-gradient(135deg, #df1192, #DF1911);