#fb5eb0
a light, electric magenta / pink · warm · closest name: orchid
RGB
251, 94, 176
HSL
329°, 95%, 68%
CMYK
0, 63, 30, 2
Luminance
0.3165
Every format
| HEX | #fb5eb0 |
| RGB | rgb(251, 94, 176) |
| HSL | hsl(329, 95%, 68%) |
| CMYK | cmyk(0%, 63%, 30%, 2%) |
| LAB | lab(63.1 67.2 -12.1) |
| LCH | lch(63.1 68.3 349.8) |
| OKLCH | oklch(0.709 0.207 351.3) |
Copy-ready code
/* CSS */
color: #fb5eb0;
background-color: #fb5eb0;
/* Tailwind (arbitrary) */
class="text-[#fb5eb0] bg-[#fb5eb0]"
/* SCSS */
$brand: #fb5eb0;
/* SwiftUI */
Color(red: 0.984, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#fb5eb0")Accessibility — WCAG contrast
Aa
#fb5eb0 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb5eb0 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow29.9%
Key (black)1.6%
Color previews
#fb5eb0 text on a black background
contrast 7.33:1
Card sample
#fb5eb0 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb5eb0;
Background color
Panel with #fb5eb0 background
background-color: #fb5eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb5eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb5eb0; background: linear-gradient(135deg, #fb5eb0, #FB755E);