#d54eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 78, 238
HSL
291°, 83%, 62%
CMYK
11, 67, 0, 7
Luminance
0.2577
Every format
| HEX | #d54eee |
| RGB | rgb(213, 78, 238) |
| HSL | hsl(291, 83%, 62%) |
| CMYK | cmyk(11%, 67%, 0%, 7%) |
| LAB | lab(57.8 73.2 -55.8) |
| LCH | lch(57.8 92.0 322.7) |
| OKLCH | oklch(0.668 0.247 321.0) |
Copy-ready code
/* CSS */
color: #d54eee;
background-color: #d54eee;
/* Tailwind (arbitrary) */
class="text-[#d54eee] bg-[#d54eee]"
/* SCSS */
$brand: #d54eee;
/* SwiftUI */
Color(red: 0.835, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#d54eee")Accessibility — WCAG contrast
Aa
#d54eee on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d54eee on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green30.6%
Blue93.3%
CMYK percentages
Cyan10.5%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#d54eee text on a black background
contrast 6.15:1
Card sample
#d54eee text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d54eee;
Background color
Panel with #d54eee background
background-color: #d54eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d54eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d54eee; background: linear-gradient(135deg, #d54eee, #EE4E9D);