#fe8bdf
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 139, 223
HSL
316°, 98%, 77%
CMYK
0, 45, 12, 0
Luminance
0.4486
Every format
| HEX | #fe8bdf |
| RGB | rgb(254, 139, 223) |
| HSL | hsl(316, 98%, 77%) |
| CMYK | cmyk(0%, 45%, 12%, 0%) |
| LAB | lab(72.8 54.1 -23.6) |
| LCH | lch(72.8 59.1 336.4) |
| OKLCH | oklch(0.787 0.170 338.2) |
Copy-ready code
/* CSS */
color: #fe8bdf;
background-color: #fe8bdf;
/* Tailwind (arbitrary) */
class="text-[#fe8bdf] bg-[#fe8bdf]"
/* SCSS */
$brand: #fe8bdf;
/* SwiftUI */
Color(red: 0.996, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#fe8bdf")Accessibility — WCAG contrast
Aa
#fe8bdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8bdf on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green54.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow12.2%
Key (black)0.4%
Color previews
#fe8bdf text on a black background
contrast 9.97:1
Card sample
#fe8bdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8bdf;
Background color
Panel with #fe8bdf background
background-color: #fe8bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8bdf; background: linear-gradient(135deg, #fe8bdf, #FE8B92);