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