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