#d027eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 39, 235
HSL
292°, 83%, 54%
CMYK
12, 83, 0, 8
Luminance
0.2086
Every format
| HEX | #d027eb |
| RGB | rgb(208, 39, 235) |
| HSL | hsl(292, 83%, 54%) |
| CMYK | cmyk(12%, 83%, 0%, 8%) |
| LAB | lab(52.8 83.5 -62.2) |
| LCH | lch(52.8 104.1 323.3) |
| OKLCH | oklch(0.630 0.280 321.4) |
Copy-ready code
/* CSS */
color: #d027eb;
background-color: #d027eb;
/* Tailwind (arbitrary) */
class="text-[#d027eb] bg-[#d027eb]"
/* SCSS */
$brand: #d027eb;
/* SwiftUI */
Color(red: 0.816, green: 0.153, blue: 0.922)
/* Android */
Color.parseColor("#d027eb")Accessibility — WCAG contrast
Aa
#d027eb on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d027eb on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green15.3%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta83.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d027eb text on a black background
contrast 5.17:1
Card sample
#d027eb text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d027eb;
Background color
Panel with #d027eb background
background-color: #d027eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d027eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 39, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 39, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d027eb; background: linear-gradient(135deg, #d027eb, #EB2783);