#fe55eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 85, 235
HSL
307°, 99%, 67%
CMYK
0, 67, 8, 0
Luminance
0.3357
Every format
| HEX | #fe55eb |
| RGB | rgb(254, 85, 235) |
| HSL | hsl(307, 99%, 67%) |
| CMYK | cmyk(0%, 67%, 8%, 0%) |
| LAB | lab(64.6 79.3 -42.9) |
| LCH | lch(64.6 90.2 331.6) |
| OKLCH | oklch(0.729 0.257 332.7) |
Copy-ready code
/* CSS */
color: #fe55eb;
background-color: #fe55eb;
/* Tailwind (arbitrary) */
class="text-[#fe55eb] bg-[#fe55eb]"
/* SCSS */
$brand: #fe55eb;
/* SwiftUI */
Color(red: 0.996, green: 0.333, blue: 0.922)
/* Android */
Color.parseColor("#fe55eb")Accessibility — WCAG contrast
Aa
#fe55eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe55eb on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green33.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow7.5%
Key (black)0.4%
Color previews
#fe55eb text on a black background
contrast 7.71:1
Card sample
#fe55eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe55eb;
Background color
Panel with #fe55eb background
background-color: #fe55eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe55eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 85, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 85, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe55eb; background: linear-gradient(135deg, #fe55eb, #FE557B);