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