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