#fbaeef
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 174, 239
HSL
309°, 91%, 83%
CMYK
0, 31, 5, 2
Luminance
0.5701
Every format
| HEX | #fbaeef |
| RGB | rgb(251, 174, 239) |
| HSL | hsl(309, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 5%, 2%) |
| LAB | lab(80.2 38.0 -21.1) |
| LCH | lch(80.2 43.5 330.9) |
| OKLCH | oklch(0.844 0.122 332.2) |
Copy-ready code
/* CSS */
color: #fbaeef;
background-color: #fbaeef;
/* Tailwind (arbitrary) */
class="text-[#fbaeef] bg-[#fbaeef]"
/* SCSS */
$brand: #fbaeef;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.937)
/* Android */
Color.parseColor("#fbaeef")Accessibility — WCAG contrast
Aa
#fbaeef on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaeef on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow4.8%
Key (black)1.6%
Color previews
#fbaeef text on a black background
contrast 12.40:1
Card sample
#fbaeef text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaeef;
Background color
Panel with #fbaeef background
background-color: #fbaeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaeef; background: linear-gradient(135deg, #fbaeef, #FBAEBB);