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