#fe2dff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 45, 255
HSL
300°, 100%, 59%
CMYK
0, 82, 0, 0
Luminance
0.3017
Every format
| HEX | #fe2dff |
| RGB | rgb(254, 45, 255) |
| HSL | hsl(300, 100%, 59%) |
| CMYK | cmyk(0%, 82%, 0%, 0%) |
| LAB | lab(61.8 93.2 -58.5) |
| LCH | lch(61.8 110.0 327.9) |
| OKLCH | oklch(0.712 0.306 328.0) |
Copy-ready code
/* CSS */
color: #fe2dff;
background-color: #fe2dff;
/* Tailwind (arbitrary) */
class="text-[#fe2dff] bg-[#fe2dff]"
/* SCSS */
$brand: #fe2dff;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 1.000)
/* Android */
Color.parseColor("#fe2dff")Accessibility — WCAG contrast
Aa
#fe2dff on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe2dff on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta82.4%
Yellow0.0%
Key (black)0.0%
Color previews
#fe2dff text on a black background
contrast 7.03:1
Card sample
#fe2dff text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2dff;
Background color
Panel with #fe2dff background
background-color: #fe2dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2dff; background: linear-gradient(135deg, #fe2dff, #FF2D74);