#fe9bfc
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 155, 252
HSL
301°, 98%, 80%
CMYK
0, 39, 1, 0
Luminance
0.5154
Every format
| HEX | #fe9bfc |
| RGB | rgb(254, 155, 252) |
| HSL | hsl(301, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 1%, 0%) |
| LAB | lab(77.0 51.0 -33.0) |
| LCH | lch(77.0 60.7 327.1) |
| OKLCH | oklch(0.822 0.168 327.7) |
Copy-ready code
/* CSS */
color: #fe9bfc;
background-color: #fe9bfc;
/* Tailwind (arbitrary) */
class="text-[#fe9bfc] bg-[#fe9bfc]"
/* SCSS */
$brand: #fe9bfc;
/* SwiftUI */
Color(red: 0.996, green: 0.608, blue: 0.988)
/* Android */
Color.parseColor("#fe9bfc")Accessibility — WCAG contrast
Aa
#fe9bfc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9bfc on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.8%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow0.8%
Key (black)0.4%
Color previews
#fe9bfc text on a black background
contrast 11.31:1
Card sample
#fe9bfc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9bfc;
Background color
Panel with #fe9bfc background
background-color: #fe9bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 155, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 155, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9bfc; background: linear-gradient(135deg, #fe9bfc, #FE9BBA);