#fc90eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 144, 235
HSL
309°, 95%, 78%
CMYK
0, 43, 7, 1
Luminance
0.4664
Every format
| HEX | #fc90eb |
| RGB | rgb(252, 144, 235) |
| HSL | hsl(309, 95%, 78%) |
| CMYK | cmyk(0%, 43%, 7%, 1%) |
| LAB | lab(74.0 53.0 -28.4) |
| LCH | lch(74.0 60.2 331.8) |
| OKLCH | oklch(0.797 0.170 333.1) |
Copy-ready code
/* CSS */
color: #fc90eb;
background-color: #fc90eb;
/* Tailwind (arbitrary) */
class="text-[#fc90eb] bg-[#fc90eb]"
/* SCSS */
$brand: #fc90eb;
/* SwiftUI */
Color(red: 0.988, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#fc90eb")Accessibility — WCAG contrast
Aa
#fc90eb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc90eb on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow6.7%
Key (black)1.2%
Color previews
#fc90eb text on a black background
contrast 10.33:1
Card sample
#fc90eb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc90eb;
Background color
Panel with #fc90eb background
background-color: #fc90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc90eb; background: linear-gradient(135deg, #fc90eb, #FC90A3);