#d90eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
217, 14, 238
HSL
294°, 89%, 49%
CMYK
9, 94, 0, 7
Luminance
0.2124
Every format
| HEX | #d90eee |
| RGB | rgb(217, 14, 238) |
| HSL | hsl(294, 89%, 49%) |
| CMYK | cmyk(9%, 94%, 0%, 7%) |
| LAB | lab(53.2 89.0 -63.1) |
| LCH | lch(53.2 109.1 324.7) |
| OKLCH | oklch(0.637 0.296 323.3) |
Copy-ready code
/* CSS */
color: #d90eee;
background-color: #d90eee;
/* Tailwind (arbitrary) */
class="text-[#d90eee] bg-[#d90eee]"
/* SCSS */
$brand: #d90eee;
/* SwiftUI */
Color(red: 0.851, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#d90eee")Accessibility — WCAG contrast
Aa
#d90eee on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d90eee on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green5.5%
Blue93.3%
CMYK percentages
Cyan8.8%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#d90eee text on a black background
contrast 5.25:1
Card sample
#d90eee text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d90eee;
Background color
Panel with #d90eee background
background-color: #d90eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d90eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d90eee; background: linear-gradient(135deg, #d90eee, #EE0E6E);