#db18ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 24, 255
HSL
291°, 100%, 55%
CMYK
14, 91, 0, 0
Luminance
0.2293
Every format
| HEX | #db18ff |
| RGB | rgb(219, 24, 255) |
| HSL | hsl(291, 100%, 55%) |
| CMYK | cmyk(14%, 91%, 0%, 0%) |
| LAB | lab(55.0 91.0 -69.7) |
| LCH | lch(55.0 114.6 322.5) |
| OKLCH | oklch(0.653 0.305 320.0) |
Copy-ready code
/* CSS */
color: #db18ff;
background-color: #db18ff;
/* Tailwind (arbitrary) */
class="text-[#db18ff] bg-[#db18ff]"
/* SCSS */
$brand: #db18ff;
/* SwiftUI */
Color(red: 0.859, green: 0.094, blue: 1.000)
/* Android */
Color.parseColor("#db18ff")Accessibility — WCAG contrast
Aa
#db18ff on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db18ff on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green9.4%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta90.6%
Yellow0.0%
Key (black)0.0%
Color previews
#db18ff text on a black background
contrast 5.59:1
Card sample
#db18ff text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db18ff;
Background color
Panel with #db18ff background
background-color: #db18ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db18ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 24, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 24, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db18ff; background: linear-gradient(135deg, #db18ff, #FF1889);