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