#fc99eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 153, 235
HSL
310°, 94%, 79%
CMYK
0, 39, 7, 1
Luminance
0.4948
Every format
| HEX | #fc99eb |
| RGB | rgb(252, 153, 235) |
| HSL | hsl(310, 94%, 79%) |
| CMYK | cmyk(0%, 39%, 7%, 1%) |
| LAB | lab(75.8 48.5 -25.7) |
| LCH | lch(75.8 54.9 332.1) |
| OKLCH | oklch(0.810 0.155 333.4) |
Copy-ready code
/* CSS */
color: #fc99eb;
background-color: #fc99eb;
/* Tailwind (arbitrary) */
class="text-[#fc99eb] bg-[#fc99eb]"
/* SCSS */
$brand: #fc99eb;
/* SwiftUI */
Color(red: 0.988, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#fc99eb")Accessibility — WCAG contrast
Aa
#fc99eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc99eb on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green60.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow6.7%
Key (black)1.2%
Color previews
#fc99eb text on a black background
contrast 10.90:1
Card sample
#fc99eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc99eb;
Background color
Panel with #fc99eb background
background-color: #fc99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc99eb; background: linear-gradient(135deg, #fc99eb, #FC99A9);