#fabfec
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 191, 236
HSL
314°, 86%, 87%
CMYK
0, 24, 6, 2
Luminance
0.6364
Every format
| HEX | #fabfec |
| RGB | rgb(250, 191, 236) |
| HSL | hsl(314, 86%, 87%) |
| CMYK | cmyk(0%, 24%, 6%, 2%) |
| LAB | lab(83.8 28.2 -14.1) |
| LCH | lch(83.8 31.5 333.4) |
| OKLCH | oklch(0.871 0.089 335.0) |
Copy-ready code
/* CSS */
color: #fabfec;
background-color: #fabfec;
/* Tailwind (arbitrary) */
class="text-[#fabfec] bg-[#fabfec]"
/* SCSS */
$brand: #fabfec;
/* SwiftUI */
Color(red: 0.980, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#fabfec")Accessibility — WCAG contrast
Aa
#fabfec on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabfec on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green74.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow5.6%
Key (black)2.0%
Color previews
#fabfec text on a black background
contrast 13.73:1
Card sample
#fabfec text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabfec;
Background color
Panel with #fabfec background
background-color: #fabfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabfec; background: linear-gradient(135deg, #fabfec, #FABFC5);