#df159d
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 21, 157
HSL
320°, 83%, 48%
CMYK
0, 91, 30, 13
Luminance
0.1866
Every format
| HEX | #df159d |
| RGB | rgb(223, 21, 157) |
| HSL | hsl(320, 83%, 48%) |
| CMYK | cmyk(0%, 91%, 30%, 13%) |
| LAB | lab(50.3 78.7 -20.8) |
| LCH | lch(50.3 81.3 345.2) |
| OKLCH | oklch(0.604 0.247 347.1) |
Copy-ready code
/* CSS */
color: #df159d;
background-color: #df159d;
/* Tailwind (arbitrary) */
class="text-[#df159d] bg-[#df159d]"
/* SCSS */
$brand: #df159d;
/* SwiftUI */
Color(red: 0.875, green: 0.082, blue: 0.616)
/* Android */
Color.parseColor("#df159d")Accessibility — WCAG contrast
Aa
#df159d on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df159d on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green8.2%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow29.6%
Key (black)12.5%
Color previews
#df159d text on a black background
contrast 4.73:1
Card sample
#df159d text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df159d;
Background color
Panel with #df159d background
background-color: #df159d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df159d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 21, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 21, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df159d; background: linear-gradient(135deg, #df159d, #DF1516);