#fbafef
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 175, 239
HSL
310°, 91%, 84%
CMYK
0, 30, 5, 2
Luminance
0.5740
Every format
| HEX | #fbafef |
| RGB | rgb(251, 175, 239) |
| HSL | hsl(310, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 5%, 2%) |
| LAB | lab(80.4 37.5 -20.8) |
| LCH | lch(80.4 42.9 331.0) |
| OKLCH | oklch(0.846 0.120 332.3) |
Copy-ready code
/* CSS */
color: #fbafef;
background-color: #fbafef;
/* Tailwind (arbitrary) */
class="text-[#fbafef] bg-[#fbafef]"
/* SCSS */
$brand: #fbafef;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.937)
/* Android */
Color.parseColor("#fbafef")Accessibility — WCAG contrast
Aa
#fbafef on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafef on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow4.8%
Key (black)1.6%
Color previews
#fbafef text on a black background
contrast 12.48:1
Card sample
#fbafef text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafef;
Background color
Panel with #fbafef background
background-color: #fbafef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafef; background: linear-gradient(135deg, #fbafef, #FBAFBC);