#fe98fd
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 152, 253
HSL
301°, 98%, 80%
CMYK
0, 40, 0, 0
Luminance
0.5062
Every format
| HEX | #fe98fd |
| RGB | rgb(254, 152, 253) |
| HSL | hsl(301, 98%, 80%) |
| CMYK | cmyk(0%, 40%, 0%, 0%) |
| LAB | lab(76.5 52.7 -34.4) |
| LCH | lch(76.5 62.9 326.9) |
| OKLCH | oklch(0.818 0.174 327.4) |
Copy-ready code
/* CSS */
color: #fe98fd;
background-color: #fe98fd;
/* Tailwind (arbitrary) */
class="text-[#fe98fd] bg-[#fe98fd]"
/* SCSS */
$brand: #fe98fd;
/* SwiftUI */
Color(red: 0.996, green: 0.596, blue: 0.992)
/* Android */
Color.parseColor("#fe98fd")Accessibility — WCAG contrast
Aa
#fe98fd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe98fd on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green59.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow0.4%
Key (black)0.4%
Color previews
#fe98fd text on a black background
contrast 11.12:1
Card sample
#fe98fd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe98fd;
Background color
Panel with #fe98fd background
background-color: #fe98fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe98fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 152, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 152, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe98fd; background: linear-gradient(135deg, #fe98fd, #FE98B9);