#d103fd
a balanced, electric violet · warm · closest name: magenta
RGB
209, 3, 253
HSL
289°, 98%, 50%
CMYK
17, 99, 0, 1
Luminance
0.2071
Every format
| HEX | #d103fd |
| RGB | rgb(209, 3, 253) |
| HSL | hsl(289, 98%, 50%) |
| CMYK | cmyk(17%, 99%, 0%, 1%) |
| LAB | lab(52.6 91.1 -72.5) |
| LCH | lch(52.6 116.4 321.5) |
| OKLCH | oklch(0.633 0.306 318.1) |
Copy-ready code
/* CSS */
color: #d103fd;
background-color: #d103fd;
/* Tailwind (arbitrary) */
class="text-[#d103fd] bg-[#d103fd]"
/* SCSS */
$brand: #d103fd;
/* SwiftUI */
Color(red: 0.820, green: 0.012, blue: 0.992)
/* Android */
Color.parseColor("#d103fd")Accessibility — WCAG contrast
Aa
#d103fd on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d103fd on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green1.2%
Blue99.2%
CMYK percentages
Cyan17.4%
Magenta98.8%
Yellow0.0%
Key (black)0.8%
Color previews
#d103fd text on a black background
contrast 5.14:1
Card sample
#d103fd text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d103fd;
Background color
Panel with #d103fd background
background-color: #d103fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d103fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 3, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 3, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d103fd; background: linear-gradient(135deg, #d103fd, #FD0383);