#fbafd6
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 175, 214
HSL
329°, 91%, 84%
CMYK
0, 30, 15, 2
Luminance
0.5602
Every format
| HEX | #fbafd6 |
| RGB | rgb(251, 175, 214) |
| HSL | hsl(329, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 15%, 2%) |
| LAB | lab(79.6 33.4 -8.4) |
| LCH | lch(79.6 34.4 345.8) |
| OKLCH | oklch(0.837 0.101 347.4) |
Copy-ready code
/* CSS */
color: #fbafd6;
background-color: #fbafd6;
/* Tailwind (arbitrary) */
class="text-[#fbafd6] bg-[#fbafd6]"
/* SCSS */
$brand: #fbafd6;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#fbafd6")Accessibility — WCAG contrast
Aa
#fbafd6 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafd6 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow14.7%
Key (black)1.6%
Color previews
#fbafd6 text on a black background
contrast 12.20:1
Card sample
#fbafd6 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafd6;
Background color
Panel with #fbafd6 background
background-color: #fbafd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafd6; background: linear-gradient(135deg, #fbafd6, #FBBBAF);