#fbaeeb
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 174, 235
HSL
313°, 91%, 83%
CMYK
0, 31, 6, 2
Luminance
0.5678
Every format
| HEX | #fbaeeb |
| RGB | rgb(251, 174, 235) |
| HSL | hsl(313, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 6%, 2%) |
| LAB | lab(80.1 37.3 -19.2) |
| LCH | lch(80.1 41.9 332.8) |
| OKLCH | oklch(0.843 0.118 334.3) |
Copy-ready code
/* CSS */
color: #fbaeeb;
background-color: #fbaeeb;
/* Tailwind (arbitrary) */
class="text-[#fbaeeb] bg-[#fbaeeb]"
/* SCSS */
$brand: #fbaeeb;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.922)
/* Android */
Color.parseColor("#fbaeeb")Accessibility — WCAG contrast
Aa
#fbaeeb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaeeb on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow6.4%
Key (black)1.6%
Color previews
#fbaeeb text on a black background
contrast 12.36:1
Card sample
#fbaeeb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaeeb;
Background color
Panel with #fbaeeb background
background-color: #fbaeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaeeb; background: linear-gradient(135deg, #fbaeeb, #FBAEB7);