#fe85ba
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 133, 186
HSL
334°, 98%, 76%
CMYK
0, 48, 27, 0
Luminance
0.4139
Every format
| HEX | #fe85ba |
| RGB | rgb(254, 133, 186) |
| HSL | hsl(334, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 27%, 0%) |
| LAB | lab(70.5 51.8 -6.6) |
| LCH | lch(70.5 52.2 352.7) |
| OKLCH | oklch(0.766 0.157 353.8) |
Copy-ready code
/* CSS */
color: #fe85ba;
background-color: #fe85ba;
/* Tailwind (arbitrary) */
class="text-[#fe85ba] bg-[#fe85ba]"
/* SCSS */
$brand: #fe85ba;
/* SwiftUI */
Color(red: 0.996, green: 0.522, blue: 0.729)
/* Android */
Color.parseColor("#fe85ba")Accessibility — WCAG contrast
Aa
#fe85ba on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe85ba on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green52.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow26.8%
Key (black)0.4%
Color previews
#fe85ba text on a black background
contrast 9.28:1
Card sample
#fe85ba text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe85ba;
Background color
Panel with #fe85ba background
background-color: #fe85ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe85ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 133, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 133, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe85ba; background: linear-gradient(135deg, #fe85ba, #FEA185);