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