#db00fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 0, 253
HSL
292°, 100%, 50%
CMYK
13, 100, 0, 1
Luminance
0.2215
Every format
| HEX | #db00fd |
| RGB | rgb(219, 0, 253) |
| HSL | hsl(292, 100%, 50%) |
| CMYK | cmyk(13%, 100%, 0%, 1%) |
| LAB | lab(54.2 92.7 -69.9) |
| LCH | lch(54.2 116.1 323.0) |
| OKLCH | oklch(0.647 0.310 320.6) |
Copy-ready code
/* CSS */
color: #db00fd;
background-color: #db00fd;
/* Tailwind (arbitrary) */
class="text-[#db00fd] bg-[#db00fd]"
/* SCSS */
$brand: #db00fd;
/* SwiftUI */
Color(red: 0.859, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#db00fd")Accessibility — WCAG contrast
Aa
#db00fd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db00fd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green0.0%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#db00fd text on a black background
contrast 5.43:1
Card sample
#db00fd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db00fd;
Background color
Panel with #db00fd background
background-color: #db00fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db00fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db00fd; background: linear-gradient(135deg, #db00fd, #FD0076);