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