#fe25fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 37, 253
HSL
300°, 99%, 57%
CMYK
0, 85, 0, 0
Luminance
0.2949
Every format
| HEX | #fe25fd |
| RGB | rgb(254, 37, 253) |
| HSL | hsl(300, 99%, 57%) |
| CMYK | cmyk(0%, 85%, 0%, 0%) |
| LAB | lab(61.2 94.3 -58.3) |
| LCH | lch(61.2 110.9 328.3) |
| OKLCH | oklch(0.707 0.310 328.5) |
Copy-ready code
/* CSS */
color: #fe25fd;
background-color: #fe25fd;
/* Tailwind (arbitrary) */
class="text-[#fe25fd] bg-[#fe25fd]"
/* SCSS */
$brand: #fe25fd;
/* SwiftUI */
Color(red: 0.996, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#fe25fd")Accessibility — WCAG contrast
Aa
#fe25fd on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe25fd on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green14.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow0.4%
Key (black)0.4%
Color previews
#fe25fd text on a black background
contrast 6.90:1
Card sample
#fe25fd text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe25fd;
Background color
Panel with #fe25fd background
background-color: #fe25fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe25fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe25fd; background: linear-gradient(135deg, #fe25fd, #FE256C);