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