#fb76eb
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 118, 235
HSL
307°, 94%, 72%
CMYK
0, 53, 6, 2
Luminance
0.3946
Every format
| HEX | #fb76eb |
| RGB | rgb(251, 118, 235) |
| HSL | hsl(307, 94%, 72%) |
| CMYK | cmyk(0%, 53%, 6%, 2%) |
| LAB | lab(69.1 65.1 -36.0) |
| LCH | lch(69.1 74.4 331.1) |
| OKLCH | oklch(0.760 0.210 332.2) |
Copy-ready code
/* CSS */
color: #fb76eb;
background-color: #fb76eb;
/* Tailwind (arbitrary) */
class="text-[#fb76eb] bg-[#fb76eb]"
/* SCSS */
$brand: #fb76eb;
/* SwiftUI */
Color(red: 0.984, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#fb76eb")Accessibility — WCAG contrast
Aa
#fb76eb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb76eb on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green46.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow6.4%
Key (black)1.6%
Color previews
#fb76eb text on a black background
contrast 8.89:1
Card sample
#fb76eb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb76eb;
Background color
Panel with #fb76eb background
background-color: #fb76eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb76eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb76eb; background: linear-gradient(135deg, #fb76eb, #FB7693);