#fabfef
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 191, 239
HSL
311°, 86%, 87%
CMYK
0, 24, 4, 2
Luminance
0.6382
Every format
| HEX | #fabfef |
| RGB | rgb(250, 191, 239) |
| HSL | hsl(311, 86%, 87%) |
| CMYK | cmyk(0%, 24%, 4%, 2%) |
| LAB | lab(83.9 28.7 -15.6) |
| LCH | lch(83.9 32.7 331.6) |
| OKLCH | oklch(0.872 0.091 332.9) |
Copy-ready code
/* CSS */
color: #fabfef;
background-color: #fabfef;
/* Tailwind (arbitrary) */
class="text-[#fabfef] bg-[#fabfef]"
/* SCSS */
$brand: #fabfef;
/* SwiftUI */
Color(red: 0.980, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#fabfef")Accessibility — WCAG contrast
Aa
#fabfef on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabfef on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green74.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow4.4%
Key (black)2.0%
Color previews
#fabfef text on a black background
contrast 13.76:1
Card sample
#fabfef text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabfef;
Background color
Panel with #fabfef background
background-color: #fabfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabfef; background: linear-gradient(135deg, #fabfef, #FABFC8);