#d121eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
209, 33, 235
HSL
292°, 84%, 53%
CMYK
11, 86, 0, 8
Luminance
0.2064
Every format
| HEX | #d121eb |
| RGB | rgb(209, 33, 235) |
| HSL | hsl(292, 84%, 53%) |
| CMYK | cmyk(11%, 86%, 0%, 8%) |
| LAB | lab(52.6 84.8 -62.5) |
| LCH | lch(52.6 105.4 323.6) |
| OKLCH | oklch(0.629 0.283 321.8) |
Copy-ready code
/* CSS */
color: #d121eb;
background-color: #d121eb;
/* Tailwind (arbitrary) */
class="text-[#d121eb] bg-[#d121eb]"
/* SCSS */
$brand: #d121eb;
/* SwiftUI */
Color(red: 0.820, green: 0.129, blue: 0.922)
/* Android */
Color.parseColor("#d121eb")Accessibility — WCAG contrast
Aa
#d121eb on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d121eb on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green12.9%
Blue92.2%
CMYK percentages
Cyan11.1%
Magenta86.0%
Yellow0.0%
Key (black)7.8%
Color previews
#d121eb text on a black background
contrast 5.13:1
Card sample
#d121eb text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d121eb;
Background color
Panel with #d121eb background
background-color: #d121eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d121eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 33, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 33, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d121eb; background: linear-gradient(135deg, #d121eb, #EB217E);