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