#d40fe3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 15, 227
HSL
296°, 88%, 48%
CMYK
7, 93, 0, 11
Luminance
0.1988
Every format
| HEX | #d40fe3 |
| RGB | rgb(212, 15, 227) |
| HSL | hsl(296, 88%, 48%) |
| CMYK | cmyk(7%, 93%, 0%, 11%) |
| LAB | lab(51.7 86.5 -59.4) |
| LCH | lch(51.7 104.9 325.5) |
| OKLCH | oklch(0.623 0.287 324.6) |
Copy-ready code
/* CSS */
color: #d40fe3;
background-color: #d40fe3;
/* Tailwind (arbitrary) */
class="text-[#d40fe3] bg-[#d40fe3]"
/* SCSS */
$brand: #d40fe3;
/* SwiftUI */
Color(red: 0.831, green: 0.059, blue: 0.890)
/* Android */
Color.parseColor("#d40fe3")Accessibility — WCAG contrast
Aa
#d40fe3 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d40fe3 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green5.9%
Blue89.0%
CMYK percentages
Cyan6.6%
Magenta93.4%
Yellow0.0%
Key (black)11.0%
Color previews
#d40fe3 text on a black background
contrast 4.98:1
Card sample
#d40fe3 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d40fe3;
Background color
Panel with #d40fe3 background
background-color: #d40fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d40fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 15, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 15, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d40fe3; background: linear-gradient(135deg, #d40fe3, #E30F65);