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