#fd90cf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 144, 207
HSL
325°, 97%, 78%
CMYK
0, 43, 18, 1
Luminance
0.4533
Every format
| HEX | #fd90cf |
| RGB | rgb(253, 144, 207) |
| HSL | hsl(325, 97%, 78%) |
| CMYK | cmyk(0%, 43%, 18%, 1%) |
| LAB | lab(73.1 48.9 -14.3) |
| LCH | lch(73.1 51.0 343.7) |
| OKLCH | oklch(0.788 0.150 345.4) |
Copy-ready code
/* CSS */
color: #fd90cf;
background-color: #fd90cf;
/* Tailwind (arbitrary) */
class="text-[#fd90cf] bg-[#fd90cf]"
/* SCSS */
$brand: #fd90cf;
/* SwiftUI */
Color(red: 0.992, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#fd90cf")Accessibility — WCAG contrast
Aa
#fd90cf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd90cf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow18.2%
Key (black)0.8%
Color previews
#fd90cf text on a black background
contrast 10.07:1
Card sample
#fd90cf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd90cf;
Background color
Panel with #fd90cf background
background-color: #fd90cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd90cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd90cf; background: linear-gradient(135deg, #fd90cf, #FD9990);