#fbaec6
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 174, 198
HSL
341°, 91%, 83%
CMYK
0, 31, 21, 2
Luminance
0.5486
Every format
| HEX | #fbaec6 |
| RGB | rgb(251, 174, 198) |
| HSL | hsl(341, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 21%, 2%) |
| LAB | lab(79.0 31.4 -0.8) |
| LCH | lch(79.0 31.5 358.6) |
| OKLCH | oklch(0.831 0.095 359.0) |
Copy-ready code
/* CSS */
color: #fbaec6;
background-color: #fbaec6;
/* Tailwind (arbitrary) */
class="text-[#fbaec6] bg-[#fbaec6]"
/* SCSS */
$brand: #fbaec6;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.776)
/* Android */
Color.parseColor("#fbaec6")Accessibility — WCAG contrast
Aa
#fbaec6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaec6 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow21.1%
Key (black)1.6%
Color previews
#fbaec6 text on a black background
contrast 11.97:1
Card sample
#fbaec6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaec6;
Background color
Panel with #fbaec6 background
background-color: #fbaec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaec6; background: linear-gradient(135deg, #fbaec6, #FBC9AE);