#ff5dfe
a light, electric magenta / pink · warm · closest name: magenta
RGB
255, 93, 254
HSL
300°, 100%, 68%
CMYK
0, 64, 0, 0
Luminance
0.3624
Every format
| HEX | #ff5dfe |
| RGB | rgb(255, 93, 254) |
| HSL | hsl(300, 100%, 68%) |
| CMYK | cmyk(0%, 64%, 0%, 0%) |
| LAB | lab(66.7 79.5 -50.1) |
| LCH | lch(66.7 94.0 327.8) |
| OKLCH | oklch(0.747 0.262 328.1) |
Copy-ready code
/* CSS */
color: #ff5dfe;
background-color: #ff5dfe;
/* Tailwind (arbitrary) */
class="text-[#ff5dfe] bg-[#ff5dfe]"
/* SCSS */
$brand: #ff5dfe;
/* SwiftUI */
Color(red: 1.000, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#ff5dfe")Accessibility — WCAG contrast
Aa
#ff5dfe on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5dfe on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.5%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow0.4%
Key (black)0.0%
Color previews
#ff5dfe text on a black background
contrast 8.25:1
Card sample
#ff5dfe text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5dfe;
Background color
Panel with #ff5dfe background
background-color: #ff5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5dfe; background: linear-gradient(135deg, #ff5dfe, #FF5D92);