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