#fbe0eb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 224, 235
HSL
336°, 77%, 93%
CMYK
0, 11, 6, 2
Luminance
0.7982
Every format
| HEX | #fbe0eb |
| RGB | rgb(251, 224, 235) |
| HSL | hsl(336, 77%, 93%) |
| CMYK | cmyk(0%, 11%, 6%, 2%) |
| LAB | lab(91.6 11.1 -2.0) |
| LCH | lch(91.6 11.3 350.0) |
| OKLCH | oklch(0.932 0.033 351.2) |
Copy-ready code
/* CSS */
color: #fbe0eb;
background-color: #fbe0eb;
/* Tailwind (arbitrary) */
class="text-[#fbe0eb] bg-[#fbe0eb]"
/* SCSS */
$brand: #fbe0eb;
/* SwiftUI */
Color(red: 0.984, green: 0.878, blue: 0.922)
/* Android */
Color.parseColor("#fbe0eb")Accessibility — WCAG contrast
Aa
#fbe0eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe0eb on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow6.4%
Key (black)1.6%
Color previews
#fbe0eb text on a black background
contrast 16.96:1
Card sample
#fbe0eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe0eb;
Background color
Panel with #fbe0eb background
background-color: #fbe0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 224, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 224, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe0eb; background: linear-gradient(135deg, #fbe0eb, #FBE7E0);