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