#fd55fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 85, 253
HSL
300°, 98%, 66%
CMYK
0, 66, 0, 1
Luminance
0.3447
Every format
| HEX | #fd55fd |
| RGB | rgb(253, 85, 253) |
| HSL | hsl(300, 98%, 66%) |
| CMYK | cmyk(0%, 66%, 0%, 1%) |
| LAB | lab(65.3 81.8 -51.8) |
| LCH | lch(65.3 96.8 327.7) |
| OKLCH | oklch(0.736 0.269 327.9) |
Copy-ready code
/* CSS */
color: #fd55fd;
background-color: #fd55fd;
/* Tailwind (arbitrary) */
class="text-[#fd55fd] bg-[#fd55fd]"
/* SCSS */
$brand: #fd55fd;
/* SwiftUI */
Color(red: 0.992, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#fd55fd")Accessibility — WCAG contrast
Aa
#fd55fd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd55fd on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.3%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fd55fd text on a black background
contrast 7.89:1
Card sample
#fd55fd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd55fd;
Background color
Panel with #fd55fd background
background-color: #fd55fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd55fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd55fd; background: linear-gradient(135deg, #fd55fd, #FD558D);