#fe7fef
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 127, 239
HSL
307°, 98%, 75%
CMYK
0, 50, 6, 0
Luminance
0.4248
Every format
| HEX | #fe7fef |
| RGB | rgb(254, 127, 239) |
| HSL | hsl(307, 98%, 75%) |
| CMYK | cmyk(0%, 50%, 6%, 0%) |
| LAB | lab(71.2 62.5 -34.9) |
| LCH | lch(71.2 71.5 330.8) |
| OKLCH | oklch(0.777 0.202 331.9) |
Copy-ready code
/* CSS */
color: #fe7fef;
background-color: #fe7fef;
/* Tailwind (arbitrary) */
class="text-[#fe7fef] bg-[#fe7fef]"
/* SCSS */
$brand: #fe7fef;
/* SwiftUI */
Color(red: 0.996, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#fe7fef")Accessibility — WCAG contrast
Aa
#fe7fef on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7fef on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow5.9%
Key (black)0.4%
Color previews
#fe7fef text on a black background
contrast 9.50:1
Card sample
#fe7fef text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7fef;
Background color
Panel with #fe7fef background
background-color: #fe7fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7fef; background: linear-gradient(135deg, #fe7fef, #FE7F9A);