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