#d124fd
a balanced, electric violet · warm · closest name: magenta
RGB
209, 36, 253
HSL
288°, 98%, 57%
CMYK
17, 86, 0, 1
Luminance
0.2191
Every format
| HEX | #d124fd |
| RGB | rgb(209, 36, 253) |
| HSL | hsl(288, 98%, 57%) |
| CMYK | cmyk(17%, 86%, 0%, 1%) |
| LAB | lab(53.9 87.3 -70.4) |
| LCH | lch(53.9 112.1 321.1) |
| OKLCH | oklch(0.642 0.295 317.7) |
Copy-ready code
/* CSS */
color: #d124fd;
background-color: #d124fd;
/* Tailwind (arbitrary) */
class="text-[#d124fd] bg-[#d124fd]"
/* SCSS */
$brand: #d124fd;
/* SwiftUI */
Color(red: 0.820, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#d124fd")Accessibility — WCAG contrast
Aa
#d124fd on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d124fd on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green14.1%
Blue99.2%
CMYK percentages
Cyan17.4%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#d124fd text on a black background
contrast 5.38:1
Card sample
#d124fd text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d124fd;
Background color
Panel with #d124fd background
background-color: #d124fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d124fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d124fd; background: linear-gradient(135deg, #d124fd, #FD2499);