#fbaec4
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 174, 196
HSL
343°, 91%, 83%
CMYK
0, 31, 22, 2
Luminance
0.5477
Every format
| HEX | #fbaec4 |
| RGB | rgb(251, 174, 196) |
| HSL | hsl(343, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 22%, 2%) |
| LAB | lab(78.9 31.2 0.3) |
| LCH | lch(78.9 31.2 0.5) |
| OKLCH | oklch(0.830 0.094 0.7) |
Copy-ready code
/* CSS */
color: #fbaec4;
background-color: #fbaec4;
/* Tailwind (arbitrary) */
class="text-[#fbaec4] bg-[#fbaec4]"
/* SCSS */
$brand: #fbaec4;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.769)
/* Android */
Color.parseColor("#fbaec4")Accessibility — WCAG contrast
Aa
#fbaec4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaec4 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow21.9%
Key (black)1.6%
Color previews
#fbaec4 text on a black background
contrast 11.95:1
Card sample
#fbaec4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaec4;
Background color
Panel with #fbaec4 background
background-color: #fbaec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaec4; background: linear-gradient(135deg, #fbaec4, #FBCBAE);