#fab2eb
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 178, 235
HSL
313°, 88%, 84%
CMYK
0, 29, 6, 2
Luminance
0.5816
Every format
| HEX | #fab2eb |
| RGB | rgb(250, 178, 235) |
| HSL | hsl(313, 88%, 84%) |
| CMYK | cmyk(0%, 29%, 6%, 2%) |
| LAB | lab(80.8 34.9 -18.0) |
| LCH | lch(80.8 39.3 332.7) |
| OKLCH | oklch(0.848 0.111 334.2) |
Copy-ready code
/* CSS */
color: #fab2eb;
background-color: #fab2eb;
/* Tailwind (arbitrary) */
class="text-[#fab2eb] bg-[#fab2eb]"
/* SCSS */
$brand: #fab2eb;
/* SwiftUI */
Color(red: 0.980, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#fab2eb")Accessibility — WCAG contrast
Aa
#fab2eb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab2eb on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow6.0%
Key (black)2.0%
Color previews
#fab2eb text on a black background
contrast 12.63:1
Card sample
#fab2eb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab2eb;
Background color
Panel with #fab2eb background
background-color: #fab2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab2eb; background: linear-gradient(135deg, #fab2eb, #FAB2BB);