#fbaacf
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 170, 207
HSL
333°, 91%, 83%
CMYK
0, 32, 18, 2
Luminance
0.5376
Every format
| HEX | #fbaacf |
| RGB | rgb(251, 170, 207) |
| HSL | hsl(333, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 18%, 2%) |
| LAB | lab(78.3 34.9 -6.6) |
| LCH | lch(78.3 35.5 349.3) |
| OKLCH | oklch(0.827 0.105 350.7) |
Copy-ready code
/* CSS */
color: #fbaacf;
background-color: #fbaacf;
/* Tailwind (arbitrary) */
class="text-[#fbaacf] bg-[#fbaacf]"
/* SCSS */
$brand: #fbaacf;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#fbaacf")Accessibility — WCAG contrast
Aa
#fbaacf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaacf on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow17.5%
Key (black)1.6%
Color previews
#fbaacf text on a black background
contrast 11.75:1
Card sample
#fbaacf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaacf;
Background color
Panel with #fbaacf background
background-color: #fbaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaacf; background: linear-gradient(135deg, #fbaacf, #FBBBAA);