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