#fb28bf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
251, 40, 191
HSL
317°, 96%, 57%
CMYK
0, 84, 24, 2
Luminance
0.2579
Every format
| HEX | #fb28bf |
| RGB | rgb(251, 40, 191) |
| HSL | hsl(317, 96%, 57%) |
| CMYK | cmyk(0%, 84%, 24%, 2%) |
| LAB | lab(57.8 85.2 -28.6) |
| LCH | lch(57.8 89.9 341.4) |
| OKLCH | oklch(0.672 0.269 343.4) |
Copy-ready code
/* CSS */
color: #fb28bf;
background-color: #fb28bf;
/* Tailwind (arbitrary) */
class="text-[#fb28bf] bg-[#fb28bf]"
/* SCSS */
$brand: #fb28bf;
/* SwiftUI */
Color(red: 0.984, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#fb28bf")Accessibility — WCAG contrast
Aa
#fb28bf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb28bf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green15.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow23.9%
Key (black)1.6%
Color previews
#fb28bf text on a black background
contrast 6.16:1
Card sample
#fb28bf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb28bf;
Background color
Panel with #fb28bf background
background-color: #fb28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb28bf; background: linear-gradient(135deg, #fb28bf, #FB2832);