#d63eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 62, 238
HSL
292°, 84%, 59%
CMYK
10, 74, 0, 7
Luminance
0.2391
Every format
| HEX | #d63eee |
| RGB | rgb(214, 62, 238) |
| HSL | hsl(292, 84%, 59%) |
| CMYK | cmyk(10%, 74%, 0%, 7%) |
| LAB | lab(56.0 79.0 -58.6) |
| LCH | lch(56.0 98.4 323.4) |
| OKLCH | oklch(0.655 0.265 321.8) |
Copy-ready code
/* CSS */
color: #d63eee;
background-color: #d63eee;
/* Tailwind (arbitrary) */
class="text-[#d63eee] bg-[#d63eee]"
/* SCSS */
$brand: #d63eee;
/* SwiftUI */
Color(red: 0.839, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#d63eee")Accessibility — WCAG contrast
Aa
#d63eee on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d63eee on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green24.3%
Blue93.3%
CMYK percentages
Cyan10.1%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#d63eee text on a black background
contrast 5.78:1
Card sample
#d63eee text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d63eee;
Background color
Panel with #d63eee background
background-color: #d63eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d63eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d63eee; background: linear-gradient(135deg, #d63eee, #EE3E91);