#df189d
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 24, 157
HSL
320°, 81%, 48%
CMYK
0, 89, 30, 13
Luminance
0.1878
Every format
| HEX | #df189d |
| RGB | rgb(223, 24, 157) |
| HSL | hsl(320, 81%, 48%) |
| CMYK | cmyk(0%, 89%, 30%, 13%) |
| LAB | lab(50.4 78.2 -20.6) |
| LCH | lch(50.4 80.9 345.3) |
| OKLCH | oklch(0.605 0.245 347.2) |
Copy-ready code
/* CSS */
color: #df189d;
background-color: #df189d;
/* Tailwind (arbitrary) */
class="text-[#df189d] bg-[#df189d]"
/* SCSS */
$brand: #df189d;
/* SwiftUI */
Color(red: 0.875, green: 0.094, blue: 0.616)
/* Android */
Color.parseColor("#df189d")Accessibility — WCAG contrast
Aa
#df189d on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df189d on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.4%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow29.6%
Key (black)12.5%
Color previews
#df189d text on a black background
contrast 4.76:1
Card sample
#df189d text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df189d;
Background color
Panel with #df189d background
background-color: #df189d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df189d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 24, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 24, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df189d; background: linear-gradient(135deg, #df189d, #DF1818);