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