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