#fbaade
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 170, 222
HSL
322°, 91%, 83%
CMYK
0, 32, 12, 2
Luminance
0.5453
Every format
| HEX | #fbaade |
| RGB | rgb(251, 170, 222) |
| HSL | hsl(322, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 12%, 2%) |
| LAB | lab(78.8 37.2 -14.1) |
| LCH | lch(78.8 39.8 339.3) |
| OKLCH | oklch(0.832 0.115 341.1) |
Copy-ready code
/* CSS */
color: #fbaade;
background-color: #fbaade;
/* Tailwind (arbitrary) */
class="text-[#fbaade] bg-[#fbaade]"
/* SCSS */
$brand: #fbaade;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#fbaade")Accessibility — WCAG contrast
Aa
#fbaade on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaade on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow11.6%
Key (black)1.6%
Color previews
#fbaade text on a black background
contrast 11.91:1
Card sample
#fbaade text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaade;
Background color
Panel with #fbaade background
background-color: #fbaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaade; background: linear-gradient(135deg, #fbaade, #FBACAA);