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