#d002eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 2, 235
HSL
293°, 98%, 47%
CMYK
12, 99, 0, 8
Luminance
0.1945
Every format
| HEX | #d002eb |
| RGB | rgb(208, 2, 235) |
| HSL | hsl(293, 98%, 47%) |
| CMYK | cmyk(12%, 99%, 0%, 8%) |
| LAB | lab(51.2 88.2 -64.7) |
| LCH | lch(51.2 109.4 323.7) |
| OKLCH | oklch(0.619 0.294 321.8) |
Copy-ready code
/* CSS */
color: #d002eb;
background-color: #d002eb;
/* Tailwind (arbitrary) */
class="text-[#d002eb] bg-[#d002eb]"
/* SCSS */
$brand: #d002eb;
/* SwiftUI */
Color(red: 0.816, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#d002eb")Accessibility — WCAG contrast
Aa
#d002eb on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d002eb on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green0.8%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d002eb text on a black background
contrast 4.89:1
Card sample
#d002eb text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d002eb;
Background color
Panel with #d002eb background
background-color: #d002eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d002eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d002eb; background: linear-gradient(135deg, #d002eb, #EB026B);