#fbadeb
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 173, 235
HSL
312°, 91%, 83%
CMYK
0, 31, 6, 2
Luminance
0.5639
Every format
| HEX | #fbadeb |
| RGB | rgb(251, 173, 235) |
| HSL | hsl(312, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 6%, 2%) |
| LAB | lab(79.8 37.8 -19.5) |
| LCH | lch(79.8 42.6 332.7) |
| OKLCH | oklch(0.841 0.120 334.2) |
Copy-ready code
/* CSS */
color: #fbadeb;
background-color: #fbadeb;
/* Tailwind (arbitrary) */
class="text-[#fbadeb] bg-[#fbadeb]"
/* SCSS */
$brand: #fbadeb;
/* SwiftUI */
Color(red: 0.984, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#fbadeb")Accessibility — WCAG contrast
Aa
#fbadeb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbadeb on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow6.4%
Key (black)1.6%
Color previews
#fbadeb text on a black background
contrast 12.28:1
Card sample
#fbadeb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbadeb;
Background color
Panel with #fbadeb background
background-color: #fbadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbadeb; background: linear-gradient(135deg, #fbadeb, #FBADB7);