#d149eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
209, 73, 235
HSL
290°, 80%, 60%
CMYK
11, 69, 0, 8
Luminance
0.2432
Every format
| HEX | #d149eb |
| RGB | rgb(209, 73, 235) |
| HSL | hsl(290, 80%, 60%) |
| CMYK | cmyk(11%, 69%, 0%, 8%) |
| LAB | lab(56.4 73.7 -56.4) |
| LCH | lch(56.4 92.8 322.6) |
| OKLCH | oklch(0.656 0.249 320.8) |
Copy-ready code
/* CSS */
color: #d149eb;
background-color: #d149eb;
/* Tailwind (arbitrary) */
class="text-[#d149eb] bg-[#d149eb]"
/* SCSS */
$brand: #d149eb;
/* SwiftUI */
Color(red: 0.820, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#d149eb")Accessibility — WCAG contrast
Aa
#d149eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d149eb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green28.6%
Blue92.2%
CMYK percentages
Cyan11.1%
Magenta68.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d149eb text on a black background
contrast 5.86:1
Card sample
#d149eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d149eb;
Background color
Panel with #d149eb background
background-color: #d149eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d149eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 73, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 73, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d149eb; background: linear-gradient(135deg, #d149eb, #EB4999);