#fbaacb
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 170, 203
HSL
336°, 91%, 83%
CMYK
0, 32, 19, 2
Luminance
0.5357
Every format
| HEX | #fbaacb |
| RGB | rgb(251, 170, 203) |
| HSL | hsl(336, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 19%, 2%) |
| LAB | lab(78.2 34.3 -4.6) |
| LCH | lch(78.2 34.6 352.4) |
| OKLCH | oklch(0.826 0.103 353.5) |
Copy-ready code
/* CSS */
color: #fbaacb;
background-color: #fbaacb;
/* Tailwind (arbitrary) */
class="text-[#fbaacb] bg-[#fbaacb]"
/* SCSS */
$brand: #fbaacb;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.796)
/* Android */
Color.parseColor("#fbaacb")Accessibility — WCAG contrast
Aa
#fbaacb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaacb on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow19.1%
Key (black)1.6%
Color previews
#fbaacb text on a black background
contrast 11.71:1
Card sample
#fbaacb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaacb;
Background color
Panel with #fbaacb background
background-color: #fbaacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaacb; background: linear-gradient(135deg, #fbaacb, #FBBFAA);