#fb55ff
a light, electric magenta / pink · warm · closest name: magenta
RGB
251, 85, 255
HSL
299°, 100%, 67%
CMYK
2, 67, 0, 0
Luminance
0.3423
Every format
| HEX | #fb55ff |
| RGB | rgb(251, 85, 255) |
| HSL | hsl(299, 100%, 67%) |
| CMYK | cmyk(2%, 67%, 0%, 0%) |
| LAB | lab(65.1 81.7 -53.2) |
| LCH | lch(65.1 97.5 326.9) |
| OKLCH | oklch(0.735 0.270 326.9) |
Copy-ready code
/* CSS */
color: #fb55ff;
background-color: #fb55ff;
/* Tailwind (arbitrary) */
class="text-[#fb55ff] bg-[#fb55ff]"
/* SCSS */
$brand: #fb55ff;
/* SwiftUI */
Color(red: 0.984, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#fb55ff")Accessibility — WCAG contrast
Aa
#fb55ff on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb55ff on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green33.3%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fb55ff text on a black background
contrast 7.85:1
Card sample
#fb55ff text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb55ff;
Background color
Panel with #fb55ff background
background-color: #fb55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb55ff; background: linear-gradient(135deg, #fb55ff, #FF5592);