#fb5dfd
a light, electric magenta / pink · warm · closest name: magenta
RGB
251, 93, 253
HSL
299°, 98%, 68%
CMYK
1, 63, 0, 1
Luminance
0.3543
Every format
| HEX | #fb5dfd |
| RGB | rgb(251, 93, 253) |
| HSL | hsl(299, 98%, 68%) |
| CMYK | cmyk(1%, 63%, 0%, 1%) |
| LAB | lab(66.1 78.5 -50.6) |
| LCH | lch(66.1 93.4 327.2) |
| OKLCH | oklch(0.741 0.259 327.3) |
Copy-ready code
/* CSS */
color: #fb5dfd;
background-color: #fb5dfd;
/* Tailwind (arbitrary) */
class="text-[#fb5dfd] bg-[#fb5dfd]"
/* SCSS */
$brand: #fb5dfd;
/* SwiftUI */
Color(red: 0.984, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#fb5dfd")Accessibility — WCAG contrast
Aa
#fb5dfd on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb5dfd on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green36.5%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#fb5dfd text on a black background
contrast 8.09:1
Card sample
#fb5dfd text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb5dfd;
Background color
Panel with #fb5dfd background
background-color: #fb5dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb5dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb5dfd; background: linear-gradient(135deg, #fb5dfd, #FD5D94);