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