#fe9bda
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 155, 218
HSL
322°, 98%, 80%
CMYK
0, 39, 14, 0
Luminance
0.4958
Every format
| HEX | #fe9bda |
| RGB | rgb(254, 155, 218) |
| HSL | hsl(322, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 14%, 0%) |
| LAB | lab(75.8 45.4 -16.3) |
| LCH | lch(75.8 48.2 340.2) |
| OKLCH | oklch(0.809 0.140 342.0) |
Copy-ready code
/* CSS */
color: #fe9bda;
background-color: #fe9bda;
/* Tailwind (arbitrary) */
class="text-[#fe9bda] bg-[#fe9bda]"
/* SCSS */
$brand: #fe9bda;
/* SwiftUI */
Color(red: 0.996, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#fe9bda")Accessibility — WCAG contrast
Aa
#fe9bda on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9bda on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow14.2%
Key (black)0.4%
Color previews
#fe9bda text on a black background
contrast 10.92:1
Card sample
#fe9bda text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9bda;
Background color
Panel with #fe9bda background
background-color: #fe9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9bda; background: linear-gradient(135deg, #fe9bda, #FE9E9B);