#fe7fff
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 127, 255
HSL
300°, 100%, 75%
CMYK
0, 50, 0, 0
Luminance
0.4347
Every format
| HEX | #fe7fff |
| RGB | rgb(254, 127, 255) |
| HSL | hsl(300, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 0%, 0%) |
| LAB | lab(71.9 65.1 -42.6) |
| LCH | lch(71.9 77.8 326.8) |
| OKLCH | oklch(0.785 0.215 327.1) |
Copy-ready code
/* CSS */
color: #fe7fff;
background-color: #fe7fff;
/* Tailwind (arbitrary) */
class="text-[#fe7fff] bg-[#fe7fff]"
/* SCSS */
$brand: #fe7fff;
/* SwiftUI */
Color(red: 0.996, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#fe7fff")Accessibility — WCAG contrast
Aa
#fe7fff on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7fff on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.8%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#fe7fff text on a black background
contrast 9.69:1
Card sample
#fe7fff text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7fff;
Background color
Panel with #fe7fff background
background-color: #fe7fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7fff; background: linear-gradient(135deg, #fe7fff, #FF7FAB);