#d024eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 36, 235
HSL
292°, 83%, 53%
CMYK
12, 85, 0, 8
Luminance
0.2067
Every format
| HEX | #d024eb |
| RGB | rgb(208, 36, 235) |
| HSL | hsl(292, 83%, 53%) |
| CMYK | cmyk(12%, 85%, 0%, 8%) |
| LAB | lab(52.6 84.1 -62.5) |
| LCH | lch(52.6 104.8 323.4) |
| OKLCH | oklch(0.629 0.281 321.4) |
Copy-ready code
/* CSS */
color: #d024eb;
background-color: #d024eb;
/* Tailwind (arbitrary) */
class="text-[#d024eb] bg-[#d024eb]"
/* SCSS */
$brand: #d024eb;
/* SwiftUI */
Color(red: 0.816, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#d024eb")Accessibility — WCAG contrast
Aa
#d024eb on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d024eb on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green14.1%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d024eb text on a black background
contrast 5.13:1
Card sample
#d024eb text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d024eb;
Background color
Panel with #d024eb background
background-color: #d024eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d024eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d024eb; background: linear-gradient(135deg, #d024eb, #EB2481);