#fe76eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 118, 235
HSL
308°, 99%, 73%
CMYK
0, 54, 8, 0
Luminance
0.4003
Every format
| HEX | #fe76eb |
| RGB | rgb(254, 118, 235) |
| HSL | hsl(308, 99%, 73%) |
| CMYK | cmyk(0%, 54%, 8%, 0%) |
| LAB | lab(69.5 65.9 -35.3) |
| LCH | lch(69.5 74.8 331.8) |
| OKLCH | oklch(0.764 0.212 333.1) |
Copy-ready code
/* CSS */
color: #fe76eb;
background-color: #fe76eb;
/* Tailwind (arbitrary) */
class="text-[#fe76eb] bg-[#fe76eb]"
/* SCSS */
$brand: #fe76eb;
/* SwiftUI */
Color(red: 0.996, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#fe76eb")Accessibility — WCAG contrast
Aa
#fe76eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe76eb on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green46.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow7.5%
Key (black)0.4%
Color previews
#fe76eb text on a black background
contrast 9.01:1
Card sample
#fe76eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe76eb;
Background color
Panel with #fe76eb background
background-color: #fe76eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe76eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe76eb; background: linear-gradient(135deg, #fe76eb, #FE7690);