#fe64eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 100, 235
HSL
307°, 99%, 69%
CMYK
0, 61, 8, 0
Luminance
0.3618
Every format
| HEX | #fe64eb |
| RGB | rgb(254, 100, 235) |
| HSL | hsl(307, 99%, 69%) |
| CMYK | cmyk(0%, 61%, 8%, 0%) |
| LAB | lab(66.7 73.6 -39.7) |
| LCH | lch(66.7 83.7 331.7) |
| OKLCH | oklch(0.744 0.238 332.8) |
Copy-ready code
/* CSS */
color: #fe64eb;
background-color: #fe64eb;
/* Tailwind (arbitrary) */
class="text-[#fe64eb] bg-[#fe64eb]"
/* SCSS */
$brand: #fe64eb;
/* SwiftUI */
Color(red: 0.996, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#fe64eb")Accessibility — WCAG contrast
Aa
#fe64eb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe64eb on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green39.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow7.5%
Key (black)0.4%
Color previews
#fe64eb text on a black background
contrast 8.24:1
Card sample
#fe64eb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe64eb;
Background color
Panel with #fe64eb background
background-color: #fe64eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe64eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe64eb; background: linear-gradient(135deg, #fe64eb, #FE6484);