#fe98eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 152, 235
HSL
311°, 98%, 80%
CMYK
0, 40, 8, 0
Luminance
0.4953
Every format
| HEX | #fe98eb |
| RGB | rgb(254, 152, 235) |
| HSL | hsl(311, 98%, 80%) |
| CMYK | cmyk(0%, 40%, 8%, 0%) |
| LAB | lab(75.8 49.6 -25.6) |
| LCH | lch(75.8 55.8 332.7) |
| OKLCH | oklch(0.811 0.158 334.1) |
Copy-ready code
/* CSS */
color: #fe98eb;
background-color: #fe98eb;
/* Tailwind (arbitrary) */
class="text-[#fe98eb] bg-[#fe98eb]"
/* SCSS */
$brand: #fe98eb;
/* SwiftUI */
Color(red: 0.996, green: 0.596, blue: 0.922)
/* Android */
Color.parseColor("#fe98eb")Accessibility — WCAG contrast
Aa
#fe98eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe98eb on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green59.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow7.5%
Key (black)0.4%
Color previews
#fe98eb text on a black background
contrast 10.91:1
Card sample
#fe98eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe98eb;
Background color
Panel with #fe98eb background
background-color: #fe98eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe98eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 152, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 152, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe98eb; background: linear-gradient(135deg, #fe98eb, #FE98A7);