#fbafed
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 175, 237
HSL
311°, 91%, 84%
CMYK
0, 30, 6, 2
Luminance
0.5728
Every format
| HEX | #fbafed |
| RGB | rgb(251, 175, 237) |
| HSL | hsl(311, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 6%, 2%) |
| LAB | lab(80.3 37.1 -19.8) |
| LCH | lch(80.3 42.1 331.9) |
| OKLCH | oklch(0.845 0.118 333.3) |
Copy-ready code
/* CSS */
color: #fbafed;
background-color: #fbafed;
/* Tailwind (arbitrary) */
class="text-[#fbafed] bg-[#fbafed]"
/* SCSS */
$brand: #fbafed;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.929)
/* Android */
Color.parseColor("#fbafed")Accessibility — WCAG contrast
Aa
#fbafed on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafed on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow5.6%
Key (black)1.6%
Color previews
#fbafed text on a black background
contrast 12.46:1
Card sample
#fbafed text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafed;
Background color
Panel with #fbafed background
background-color: #fbafed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafed; background: linear-gradient(135deg, #fbafed, #FBAFBA);