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