#fd5eff
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 94, 255
HSL
299°, 100%, 68%
CMYK
1, 63, 0, 0
Luminance
0.3611
Every format
| HEX | #fd5eff |
| RGB | rgb(253, 94, 255) |
| HSL | hsl(299, 100%, 68%) |
| CMYK | cmyk(1%, 63%, 0%, 0%) |
| LAB | lab(66.6 78.9 -50.9) |
| LCH | lch(66.6 93.8 327.2) |
| OKLCH | oklch(0.746 0.260 327.3) |
Copy-ready code
/* CSS */
color: #fd5eff;
background-color: #fd5eff;
/* Tailwind (arbitrary) */
class="text-[#fd5eff] bg-[#fd5eff]"
/* SCSS */
$brand: #fd5eff;
/* SwiftUI */
Color(red: 0.992, green: 0.369, blue: 1.000)
/* Android */
Color.parseColor("#fd5eff")Accessibility — WCAG contrast
Aa
#fd5eff on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5eff on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.9%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta63.1%
Yellow0.0%
Key (black)0.0%
Color previews
#fd5eff text on a black background
contrast 8.22:1
Card sample
#fd5eff text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5eff;
Background color
Panel with #fd5eff background
background-color: #fd5eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 94, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 94, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5eff; background: linear-gradient(135deg, #fd5eff, #FF5E95);