#fe55ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 85, 186
HSL
324°, 99%, 67%
CMYK
0, 67, 27, 0
Luminance
0.3111
Every format
| HEX | #fe55ba |
| RGB | rgb(254, 85, 186) |
| HSL | hsl(324, 99%, 67%) |
| CMYK | cmyk(0%, 67%, 27%, 0%) |
| LAB | lab(62.6 72.7 -18.4) |
| LCH | lch(62.6 75.0 345.8) |
| OKLCH | oklch(0.707 0.226 347.6) |
Copy-ready code
/* CSS */
color: #fe55ba;
background-color: #fe55ba;
/* Tailwind (arbitrary) */
class="text-[#fe55ba] bg-[#fe55ba]"
/* SCSS */
$brand: #fe55ba;
/* SwiftUI */
Color(red: 0.996, green: 0.333, blue: 0.729)
/* Android */
Color.parseColor("#fe55ba")Accessibility — WCAG contrast
Aa
#fe55ba on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe55ba on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green33.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow26.8%
Key (black)0.4%
Color previews
#fe55ba text on a black background
contrast 7.22:1
Card sample
#fe55ba text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe55ba;
Background color
Panel with #fe55ba background
background-color: #fe55ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe55ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 85, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 85, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe55ba; background: linear-gradient(135deg, #fe55ba, #FE6155);