#f55ffa
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 95, 250
HSL
298°, 94%, 68%
CMYK
2, 62, 0, 2
Luminance
0.3450
Every format
| HEX | #f55ffa |
| RGB | rgb(245, 95, 250) |
| HSL | hsl(298, 94%, 68%) |
| CMYK | cmyk(2%, 62%, 0%, 2%) |
| LAB | lab(65.4 75.8 -50.1) |
| LCH | lch(65.4 90.9 326.5) |
| OKLCH | oklch(0.734 0.251 326.4) |
Copy-ready code
/* CSS */
color: #f55ffa;
background-color: #f55ffa;
/* Tailwind (arbitrary) */
class="text-[#f55ffa] bg-[#f55ffa]"
/* SCSS */
$brand: #f55ffa;
/* SwiftUI */
Color(red: 0.961, green: 0.373, blue: 0.980)
/* Android */
Color.parseColor("#f55ffa")Accessibility — WCAG contrast
Aa
#f55ffa on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f55ffa on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green37.3%
Blue98.0%
CMYK percentages
Cyan2.0%
Magenta62.0%
Yellow0.0%
Key (black)2.0%
Color previews
#f55ffa text on a black background
contrast 7.90:1
Card sample
#f55ffa text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55ffa;
Background color
Panel with #f55ffa background
background-color: #f55ffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55ffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 95, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 95, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55ffa; background: linear-gradient(135deg, #f55ffa, #FA5F97);