#d90fe0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
217, 15, 224
HSL
298°, 87%, 47%
CMYK
3, 93, 0, 12
Luminance
0.2048
Every format
| HEX | #d90fe0 |
| RGB | rgb(217, 15, 224) |
| HSL | hsl(298, 87%, 47%) |
| CMYK | cmyk(3%, 93%, 0%, 12%) |
| LAB | lab(52.4 86.8 -56.5) |
| LCH | lch(52.4 103.6 326.9) |
| OKLCH | oklch(0.628 0.286 326.6) |
Copy-ready code
/* CSS */
color: #d90fe0;
background-color: #d90fe0;
/* Tailwind (arbitrary) */
class="text-[#d90fe0] bg-[#d90fe0]"
/* SCSS */
$brand: #d90fe0;
/* SwiftUI */
Color(red: 0.851, green: 0.059, blue: 0.878)
/* Android */
Color.parseColor("#d90fe0")Accessibility — WCAG contrast
Aa
#d90fe0 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d90fe0 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green5.9%
Blue87.8%
CMYK percentages
Cyan3.1%
Magenta93.3%
Yellow0.0%
Key (black)12.2%
Color previews
#d90fe0 text on a black background
contrast 5.10:1
Card sample
#d90fe0 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d90fe0;
Background color
Panel with #d90fe0 background
background-color: #d90fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d90fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 15, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 15, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d90fe0; background: linear-gradient(135deg, #d90fe0, #E00F5C);