#fb91eb
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 145, 235
HSL
309°, 93%, 78%
CMYK
0, 42, 6, 2
Luminance
0.4676
Every format
| HEX | #fb91eb |
| RGB | rgb(251, 145, 235) |
| HSL | hsl(309, 93%, 78%) |
| CMYK | cmyk(0%, 42%, 6%, 2%) |
| LAB | lab(74.0 52.2 -28.3) |
| LCH | lch(74.0 59.4 331.5) |
| OKLCH | oklch(0.797 0.168 332.8) |
Copy-ready code
/* CSS */
color: #fb91eb;
background-color: #fb91eb;
/* Tailwind (arbitrary) */
class="text-[#fb91eb] bg-[#fb91eb]"
/* SCSS */
$brand: #fb91eb;
/* SwiftUI */
Color(red: 0.984, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#fb91eb")Accessibility — WCAG contrast
Aa
#fb91eb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb91eb on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green56.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow6.4%
Key (black)1.6%
Color previews
#fb91eb text on a black background
contrast 10.35:1
Card sample
#fb91eb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb91eb;
Background color
Panel with #fb91eb background
background-color: #fb91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb91eb; background: linear-gradient(135deg, #fb91eb, #FB91A4);