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