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