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