#fb6abc
a light, electric magenta / pink · warm · closest name: orchid
RGB
251, 106, 188
HSL
326°, 95%, 70%
CMYK
0, 58, 25, 2
Luminance
0.3445
Every format
| HEX | #fb6abc |
| RGB | rgb(251, 106, 188) |
| HSL | hsl(326, 95%, 70%) |
| CMYK | cmyk(0%, 58%, 25%, 2%) |
| LAB | lab(65.3 63.6 -15.5) |
| LCH | lch(65.3 65.5 346.3) |
| OKLCH | oklch(0.727 0.196 348.1) |
Copy-ready code
/* CSS */
color: #fb6abc;
background-color: #fb6abc;
/* Tailwind (arbitrary) */
class="text-[#fb6abc] bg-[#fb6abc]"
/* SCSS */
$brand: #fb6abc;
/* SwiftUI */
Color(red: 0.984, green: 0.416, blue: 0.737)
/* Android */
Color.parseColor("#fb6abc")Accessibility — WCAG contrast
Aa
#fb6abc on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb6abc on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green41.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow25.1%
Key (black)1.6%
Color previews
#fb6abc text on a black background
contrast 7.89:1
Card sample
#fb6abc text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb6abc;
Background color
Panel with #fb6abc background
background-color: #fb6abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb6abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 106, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 106, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb6abc; background: linear-gradient(135deg, #fb6abc, #FB796A);