#fe90fd
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 144, 253
HSL
301°, 98%, 78%
CMYK
0, 43, 0, 0
Luminance
0.4811
Every format
| HEX | #fe90fd |
| RGB | rgb(254, 144, 253) |
| HSL | hsl(301, 98%, 78%) |
| CMYK | cmyk(0%, 43%, 0%, 0%) |
| LAB | lab(74.9 56.7 -36.8) |
| LCH | lch(74.9 67.5 327.0) |
| OKLCH | oklch(0.807 0.187 327.5) |
Copy-ready code
/* CSS */
color: #fe90fd;
background-color: #fe90fd;
/* Tailwind (arbitrary) */
class="text-[#fe90fd] bg-[#fe90fd]"
/* SCSS */
$brand: #fe90fd;
/* SwiftUI */
Color(red: 0.996, green: 0.565, blue: 0.992)
/* Android */
Color.parseColor("#fe90fd")Accessibility — WCAG contrast
Aa
#fe90fd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe90fd on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow0.4%
Key (black)0.4%
Color previews
#fe90fd text on a black background
contrast 10.62:1
Card sample
#fe90fd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe90fd;
Background color
Panel with #fe90fd background
background-color: #fe90fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe90fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 144, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 144, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe90fd; background: linear-gradient(135deg, #fe90fd, #FE90B4);