#fb76cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
251, 118, 207
HSL
320°, 94%, 72%
CMYK
0, 53, 18, 2
Luminance
0.3797
Every format
| HEX | #fb76cf |
| RGB | rgb(251, 118, 207) |
| HSL | hsl(320, 94%, 72%) |
| CMYK | cmyk(0%, 53%, 18%, 2%) |
| LAB | lab(68.0 60.9 -22.1) |
| LCH | lch(68.0 64.8 340.0) |
| OKLCH | oklch(0.749 0.190 341.9) |
Copy-ready code
/* CSS */
color: #fb76cf;
background-color: #fb76cf;
/* Tailwind (arbitrary) */
class="text-[#fb76cf] bg-[#fb76cf]"
/* SCSS */
$brand: #fb76cf;
/* SwiftUI */
Color(red: 0.984, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#fb76cf")Accessibility — WCAG contrast
Aa
#fb76cf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb76cf on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green46.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow17.5%
Key (black)1.6%
Color previews
#fb76cf text on a black background
contrast 8.59:1
Card sample
#fb76cf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb76cf;
Background color
Panel with #fb76cf background
background-color: #fb76cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb76cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb76cf; background: linear-gradient(135deg, #fb76cf, #FB7677);