#df18eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 24, 235
HSL
297°, 84%, 51%
CMYK
5, 90, 0, 8
Luminance
0.2234
Every format
| HEX | #df18eb |
| RGB | rgb(223, 24, 235) |
| HSL | hsl(297, 84%, 51%) |
| CMYK | cmyk(5%, 90%, 0%, 8%) |
| LAB | lab(54.4 88.5 -59.5) |
| LCH | lch(54.4 106.6 326.1) |
| OKLCH | oklch(0.646 0.293 325.4) |
Copy-ready code
/* CSS */
color: #df18eb;
background-color: #df18eb;
/* Tailwind (arbitrary) */
class="text-[#df18eb] bg-[#df18eb]"
/* SCSS */
$brand: #df18eb;
/* SwiftUI */
Color(red: 0.875, green: 0.094, blue: 0.922)
/* Android */
Color.parseColor("#df18eb")Accessibility — WCAG contrast
Aa
#df18eb on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df18eb on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.4%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta89.8%
Yellow0.0%
Key (black)7.8%
Color previews
#df18eb text on a black background
contrast 5.47:1
Card sample
#df18eb text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df18eb;
Background color
Panel with #df18eb background
background-color: #df18eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df18eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 24, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 24, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df18eb; background: linear-gradient(135deg, #df18eb, #EB186A);