#fbe2f1
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 226, 241
HSL
324°, 76%, 94%
CMYK
0, 10, 4, 2
Luminance
0.8125
Every format
| HEX | #fbe2f1 |
| RGB | rgb(251, 226, 241) |
| HSL | hsl(324, 76%, 94%) |
| CMYK | cmyk(0%, 10%, 4%, 2%) |
| LAB | lab(92.2 11.1 -4.2) |
| LCH | lch(92.2 11.8 339.4) |
| OKLCH | oklch(0.937 0.034 341.0) |
Copy-ready code
/* CSS */
color: #fbe2f1;
background-color: #fbe2f1;
/* Tailwind (arbitrary) */
class="text-[#fbe2f1] bg-[#fbe2f1]"
/* SCSS */
$brand: #fbe2f1;
/* SwiftUI */
Color(red: 0.984, green: 0.886, blue: 0.945)
/* Android */
Color.parseColor("#fbe2f1")Accessibility — WCAG contrast
Aa
#fbe2f1 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe2f1 on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green88.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow4.0%
Key (black)1.6%
Color previews
#fbe2f1 text on a black background
contrast 17.25:1
Card sample
#fbe2f1 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe2f1;
Background color
Panel with #fbe2f1 background
background-color: #fbe2f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe2f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 226, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 226, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe2f1; background: linear-gradient(135deg, #fbe2f1, #FBE4E2);