#ff55fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
255, 85, 253
HSL
301°, 100%, 67%
CMYK
0, 67, 1, 0
Luminance
0.3485
Every format
| HEX | #ff55fd |
| RGB | rgb(255, 85, 253) |
| HSL | hsl(301, 100%, 67%) |
| CMYK | cmyk(0%, 67%, 1%, 0%) |
| LAB | lab(65.6 82.3 -51.3) |
| LCH | lch(65.6 96.9 328.1) |
| OKLCH | oklch(0.739 0.270 328.4) |
Copy-ready code
/* CSS */
color: #ff55fd;
background-color: #ff55fd;
/* Tailwind (arbitrary) */
class="text-[#ff55fd] bg-[#ff55fd]"
/* SCSS */
$brand: #ff55fd;
/* SwiftUI */
Color(red: 1.000, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#ff55fd")Accessibility — WCAG contrast
Aa
#ff55fd on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff55fd on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.3%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow0.8%
Key (black)0.0%
Color previews
#ff55fd text on a black background
contrast 7.97:1
Card sample
#ff55fd text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff55fd;
Background color
Panel with #ff55fd background
background-color: #ff55fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff55fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff55fd; background: linear-gradient(135deg, #ff55fd, #FF558C);