#fe4ffc
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 79, 252
HSL
301°, 99%, 65%
CMYK
0, 69, 1, 0
Luminance
0.3369
Every format
| HEX | #fe4ffc |
| RGB | rgb(254, 79, 252) |
| HSL | hsl(301, 99%, 65%) |
| CMYK | cmyk(0%, 69%, 1%, 0%) |
| LAB | lab(64.7 83.9 -52.2) |
| LCH | lch(64.7 98.8 328.1) |
| OKLCH | oklch(0.732 0.276 328.4) |
Copy-ready code
/* CSS */
color: #fe4ffc;
background-color: #fe4ffc;
/* Tailwind (arbitrary) */
class="text-[#fe4ffc] bg-[#fe4ffc]"
/* SCSS */
$brand: #fe4ffc;
/* SwiftUI */
Color(red: 0.996, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#fe4ffc")Accessibility — WCAG contrast
Aa
#fe4ffc on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4ffc on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green31.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow0.8%
Key (black)0.4%
Color previews
#fe4ffc text on a black background
contrast 7.74:1
Card sample
#fe4ffc text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4ffc;
Background color
Panel with #fe4ffc background
background-color: #fe4ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4ffc; background: linear-gradient(135deg, #fe4ffc, #FE4F87);