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