#fc90fd
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 144, 253
HSL
299°, 97%, 78%
CMYK
0, 43, 0, 1
Luminance
0.4773
Every format
| HEX | #fc90fd |
| RGB | rgb(252, 144, 253) |
| HSL | hsl(299, 97%, 78%) |
| CMYK | cmyk(0%, 43%, 0%, 1%) |
| LAB | lab(74.7 56.1 -37.1) |
| LCH | lch(74.7 67.3 326.5) |
| OKLCH | oklch(0.804 0.186 326.8) |
Copy-ready code
/* CSS */
color: #fc90fd;
background-color: #fc90fd;
/* Tailwind (arbitrary) */
class="text-[#fc90fd] bg-[#fc90fd]"
/* SCSS */
$brand: #fc90fd;
/* SwiftUI */
Color(red: 0.988, green: 0.565, blue: 0.992)
/* Android */
Color.parseColor("#fc90fd")Accessibility — WCAG contrast
Aa
#fc90fd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc90fd on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.5%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta43.1%
Yellow0.0%
Key (black)0.8%
Color previews
#fc90fd text on a black background
contrast 10.55:1
Card sample
#fc90fd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc90fd;
Background color
Panel with #fc90fd background
background-color: #fc90fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc90fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 144, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 144, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc90fd; background: linear-gradient(135deg, #fc90fd, #FD90B5);