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