#fbade1
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 173, 225
HSL
320°, 91%, 83%
CMYK
0, 31, 10, 2
Luminance
0.5583
Every format
| HEX | #fbade1 |
| RGB | rgb(251, 173, 225) |
| HSL | hsl(320, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 10%, 2%) |
| LAB | lab(79.5 36.2 -14.6) |
| LCH | lch(79.5 39.0 338.1) |
| OKLCH | oklch(0.838 0.112 339.8) |
Copy-ready code
/* CSS */
color: #fbade1;
background-color: #fbade1;
/* Tailwind (arbitrary) */
class="text-[#fbade1] bg-[#fbade1]"
/* SCSS */
$brand: #fbade1;
/* SwiftUI */
Color(red: 0.984, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#fbade1")Accessibility — WCAG contrast
Aa
#fbade1 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbade1 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.8%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow10.4%
Key (black)1.6%
Color previews
#fbade1 text on a black background
contrast 12.17:1
Card sample
#fbade1 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbade1;
Background color
Panel with #fbade1 background
background-color: #fbade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbade1; background: linear-gradient(135deg, #fbade1, #FBADAD);