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