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