#fc90cf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 144, 207
HSL
325°, 95%, 78%
CMYK
0, 43, 18, 1
Luminance
0.4515
Every format
| HEX | #fc90cf |
| RGB | rgb(252, 144, 207) |
| HSL | hsl(325, 95%, 78%) |
| CMYK | cmyk(0%, 43%, 18%, 1%) |
| LAB | lab(73.0 48.6 -14.5) |
| LCH | lch(73.0 50.7 343.3) |
| OKLCH | oklch(0.786 0.149 345.1) |
Copy-ready code
/* CSS */
color: #fc90cf;
background-color: #fc90cf;
/* Tailwind (arbitrary) */
class="text-[#fc90cf] bg-[#fc90cf]"
/* SCSS */
$brand: #fc90cf;
/* SwiftUI */
Color(red: 0.988, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#fc90cf")Accessibility — WCAG contrast
Aa
#fc90cf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc90cf on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow17.9%
Key (black)1.2%
Color previews
#fc90cf text on a black background
contrast 10.03:1
Card sample
#fc90cf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc90cf;
Background color
Panel with #fc90cf background
background-color: #fc90cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc90cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc90cf; background: linear-gradient(135deg, #fc90cf, #FC9990);