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