#fbb9da
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 185, 218
HSL
330°, 89%, 86%
CMYK
0, 26, 13, 2
Luminance
0.6027
Every format
| HEX | #fbb9da |
| RGB | rgb(251, 185, 218) |
| HSL | hsl(330, 89%, 86%) |
| CMYK | cmyk(0%, 26%, 13%, 2%) |
| LAB | lab(82.0 28.7 -7.1) |
| LCH | lch(82.0 29.6 346.1) |
| OKLCH | oklch(0.856 0.087 347.6) |
Copy-ready code
/* CSS */
color: #fbb9da;
background-color: #fbb9da;
/* Tailwind (arbitrary) */
class="text-[#fbb9da] bg-[#fbb9da]"
/* SCSS */
$brand: #fbb9da;
/* SwiftUI */
Color(red: 0.984, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#fbb9da")Accessibility — WCAG contrast
Aa
#fbb9da on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbb9da on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green72.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow13.1%
Key (black)1.6%
Color previews
#fbb9da text on a black background
contrast 13.05:1
Card sample
#fbb9da text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbb9da;
Background color
Panel with #fbb9da background
background-color: #fbb9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbb9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbb9da; background: linear-gradient(135deg, #fbb9da, #FBC4B9);