#d900eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
217, 0, 235
HSL
295°, 100%, 46%
CMYK
8, 100, 0, 8
Luminance
0.2075
Every format
| HEX | #d900eb |
| RGB | rgb(217, 0, 235) |
| HSL | hsl(295, 100%, 46%) |
| CMYK | cmyk(8%, 100%, 0%, 8%) |
| LAB | lab(52.7 89.6 -62.3) |
| LCH | lch(52.7 109.1 325.2) |
| OKLCH | oklch(0.632 0.297 324.1) |
Copy-ready code
/* CSS */
color: #d900eb;
background-color: #d900eb;
/* Tailwind (arbitrary) */
class="text-[#d900eb] bg-[#d900eb]"
/* SCSS */
$brand: #d900eb;
/* SwiftUI */
Color(red: 0.851, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#d900eb")Accessibility — WCAG contrast
Aa
#d900eb on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d900eb on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green0.0%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#d900eb text on a black background
contrast 5.15:1
Card sample
#d900eb text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d900eb;
Background color
Panel with #d900eb background
background-color: #d900eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d900eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d900eb; background: linear-gradient(135deg, #d900eb, #EB0060);