#db08fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 8, 253
HSL
292°, 98%, 51%
CMYK
13, 97, 0, 1
Luminance
0.2233
Every format
| HEX | #db08fd |
| RGB | rgb(219, 8, 253) |
| HSL | hsl(292, 98%, 51%) |
| CMYK | cmyk(13%, 97%, 0%, 1%) |
| LAB | lab(54.4 92.1 -69.6) |
| LCH | lch(54.4 115.5 322.9) |
| OKLCH | oklch(0.649 0.308 320.5) |
Copy-ready code
/* CSS */
color: #db08fd;
background-color: #db08fd;
/* Tailwind (arbitrary) */
class="text-[#db08fd] bg-[#db08fd]"
/* SCSS */
$brand: #db08fd;
/* SwiftUI */
Color(red: 0.859, green: 0.031, blue: 0.992)
/* Android */
Color.parseColor("#db08fd")Accessibility — WCAG contrast
Aa
#db08fd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db08fd on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green3.1%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta96.8%
Yellow0.0%
Key (black)0.8%
Color previews
#db08fd text on a black background
contrast 5.47:1
Card sample
#db08fd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db08fd;
Background color
Panel with #db08fd background
background-color: #db08fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db08fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 8, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 8, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db08fd; background: linear-gradient(135deg, #db08fd, #FD087C);