#fc90df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 144, 223
HSL
316°, 95%, 78%
CMYK
0, 43, 12, 1
Luminance
0.4597
Every format
| HEX | #fc90df |
| RGB | rgb(252, 144, 223) |
| HSL | hsl(316, 95%, 78%) |
| CMYK | cmyk(0%, 43%, 12%, 1%) |
| LAB | lab(73.5 51.1 -22.5) |
| LCH | lch(73.5 55.8 336.2) |
| OKLCH | oklch(0.792 0.160 337.9) |
Copy-ready code
/* CSS */
color: #fc90df;
background-color: #fc90df;
/* Tailwind (arbitrary) */
class="text-[#fc90df] bg-[#fc90df]"
/* SCSS */
$brand: #fc90df;
/* SwiftUI */
Color(red: 0.988, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#fc90df")Accessibility — WCAG contrast
Aa
#fc90df on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc90df on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow11.5%
Key (black)1.2%
Color previews
#fc90df text on a black background
contrast 10.19:1
Card sample
#fc90df text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc90df;
Background color
Panel with #fc90df background
background-color: #fc90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc90df; background: linear-gradient(135deg, #fc90df, #FC9097);