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