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