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