#fd99cd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 153, 205
HSL
329°, 96%, 80%
CMYK
0, 40, 19, 1
Luminance
0.4807
Every format
| HEX | #fd99cd |
| RGB | rgb(253, 153, 205) |
| HSL | hsl(329, 96%, 80%) |
| CMYK | cmyk(0%, 40%, 19%, 1%) |
| LAB | lab(74.9 44.1 -10.6) |
| LCH | lch(74.9 45.3 346.5) |
| OKLCH | oklch(0.801 0.134 348.1) |
Copy-ready code
/* CSS */
color: #fd99cd;
background-color: #fd99cd;
/* Tailwind (arbitrary) */
class="text-[#fd99cd] bg-[#fd99cd]"
/* SCSS */
$brand: #fd99cd;
/* SwiftUI */
Color(red: 0.992, green: 0.600, blue: 0.804)
/* Android */
Color.parseColor("#fd99cd")Accessibility — WCAG contrast
Aa
#fd99cd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd99cd on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow19.0%
Key (black)0.8%
Color previews
#fd99cd text on a black background
contrast 10.61:1
Card sample
#fd99cd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd99cd;
Background color
Panel with #fd99cd background
background-color: #fd99cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd99cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 153, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 153, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd99cd; background: linear-gradient(135deg, #fd99cd, #FDA899);