#fbacef
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 172, 239
HSL
309°, 91%, 83%
CMYK
0, 32, 5, 2
Luminance
0.5625
Every format
| HEX | #fbacef |
| RGB | rgb(251, 172, 239) |
| HSL | hsl(309, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 5%, 2%) |
| LAB | lab(79.8 39.0 -21.8) |
| LCH | lch(79.8 44.7 330.9) |
| OKLCH | oklch(0.841 0.125 332.1) |
Copy-ready code
/* CSS */
color: #fbacef;
background-color: #fbacef;
/* Tailwind (arbitrary) */
class="text-[#fbacef] bg-[#fbacef]"
/* SCSS */
$brand: #fbacef;
/* SwiftUI */
Color(red: 0.984, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#fbacef")Accessibility — WCAG contrast
Aa
#fbacef on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbacef on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow4.8%
Key (black)1.6%
Color previews
#fbacef text on a black background
contrast 12.25:1
Card sample
#fbacef text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbacef;
Background color
Panel with #fbacef background
background-color: #fbacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbacef; background: linear-gradient(135deg, #fbacef, #FBACBA);