#fbafda
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 175, 218
HSL
326°, 91%, 84%
CMYK
0, 30, 13, 2
Luminance
0.5623
Every format
| HEX | #fbafda |
| RGB | rgb(251, 175, 218) |
| HSL | hsl(326, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 13%, 2%) |
| LAB | lab(79.8 34.0 -10.4) |
| LCH | lch(79.8 35.5 342.9) |
| OKLCH | oklch(0.839 0.103 344.6) |
Copy-ready code
/* CSS */
color: #fbafda;
background-color: #fbafda;
/* Tailwind (arbitrary) */
class="text-[#fbafda] bg-[#fbafda]"
/* SCSS */
$brand: #fbafda;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#fbafda")Accessibility — WCAG contrast
Aa
#fbafda on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafda on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow13.1%
Key (black)1.6%
Color previews
#fbafda text on a black background
contrast 12.25:1
Card sample
#fbafda text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafda;
Background color
Panel with #fbafda background
background-color: #fbafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafda; background: linear-gradient(135deg, #fbafda, #FBB7AF);