#fbaecf
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 174, 207
HSL
334°, 91%, 83%
CMYK
0, 31, 18, 2
Luminance
0.5529
Every format
| HEX | #fbaecf |
| RGB | rgb(251, 174, 207) |
| HSL | hsl(334, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 18%, 2%) |
| LAB | lab(79.2 32.8 -5.3) |
| LCH | lch(79.2 33.2 350.8) |
| OKLCH | oklch(0.834 0.099 352.1) |
Copy-ready code
/* CSS */
color: #fbaecf;
background-color: #fbaecf;
/* Tailwind (arbitrary) */
class="text-[#fbaecf] bg-[#fbaecf]"
/* SCSS */
$brand: #fbaecf;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#fbaecf")Accessibility — WCAG contrast
Aa
#fbaecf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaecf on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow17.5%
Key (black)1.6%
Color previews
#fbaecf text on a black background
contrast 12.06:1
Card sample
#fbaecf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaecf;
Background color
Panel with #fbaecf background
background-color: #fbaecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaecf; background: linear-gradient(135deg, #fbaecf, #FBC0AE);