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