#f55dfd
a light, electric magenta / pink · warm · closest name: magenta
RGB
245, 93, 253
HSL
297°, 98%, 68%
CMYK
3, 63, 0, 1
Luminance
0.3433
Every format
| HEX | #f55dfd |
| RGB | rgb(245, 93, 253) |
| HSL | hsl(297, 98%, 68%) |
| CMYK | cmyk(3%, 63%, 0%, 1%) |
| LAB | lab(65.2 77.1 -52.0) |
| LCH | lch(65.2 93.0 326.0) |
| OKLCH | oklch(0.733 0.256 325.7) |
Copy-ready code
/* CSS */
color: #f55dfd;
background-color: #f55dfd;
/* Tailwind (arbitrary) */
class="text-[#f55dfd] bg-[#f55dfd]"
/* SCSS */
$brand: #f55dfd;
/* SwiftUI */
Color(red: 0.961, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#f55dfd")Accessibility — WCAG contrast
Aa
#f55dfd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f55dfd on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green36.5%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f55dfd text on a black background
contrast 7.87:1
Card sample
#f55dfd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55dfd;
Background color
Panel with #f55dfd background
background-color: #f55dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55dfd; background: linear-gradient(135deg, #f55dfd, #FD5D9A);