#fbaee4
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 174, 228
HSL
318°, 91%, 83%
CMYK
0, 31, 9, 2
Luminance
0.5638
Every format
| HEX | #fbaee4 |
| RGB | rgb(251, 174, 228) |
| HSL | hsl(318, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 9%, 2%) |
| LAB | lab(79.8 36.1 -15.7) |
| LCH | lch(79.8 39.4 336.5) |
| OKLCH | oklch(0.840 0.113 338.2) |
Copy-ready code
/* CSS */
color: #fbaee4;
background-color: #fbaee4;
/* Tailwind (arbitrary) */
class="text-[#fbaee4] bg-[#fbaee4]"
/* SCSS */
$brand: #fbaee4;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.894)
/* Android */
Color.parseColor("#fbaee4")Accessibility — WCAG contrast
Aa
#fbaee4 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaee4 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow9.2%
Key (black)1.6%
Color previews
#fbaee4 text on a black background
contrast 12.28:1
Card sample
#fbaee4 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaee4;
Background color
Panel with #fbaee4 background
background-color: #fbaee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaee4; background: linear-gradient(135deg, #fbaee4, #FBAEB1);