#fbe8ee
a pale, vivid magenta / pink · warm · closest name: white
RGB
251, 232, 238
HSL
341°, 70%, 95%
CMYK
0, 8, 5, 2
Luminance
0.8440
Every format
| HEX | #fbe8ee |
| RGB | rgb(251, 232, 238) |
| HSL | hsl(341, 70%, 95%) |
| CMYK | cmyk(0%, 8%, 5%, 2%) |
| LAB | lab(93.6 7.5 -0.6) |
| LCH | lch(93.6 7.5 355.6) |
| OKLCH | oklch(0.948 0.022 356.3) |
Copy-ready code
/* CSS */
color: #fbe8ee;
background-color: #fbe8ee;
/* Tailwind (arbitrary) */
class="text-[#fbe8ee] bg-[#fbe8ee]"
/* SCSS */
$brand: #fbe8ee;
/* SwiftUI */
Color(red: 0.984, green: 0.910, blue: 0.933)
/* Android */
Color.parseColor("#fbe8ee")Accessibility — WCAG contrast
Aa
#fbe8ee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe8ee on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green91.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow5.2%
Key (black)1.6%
Color previews
#fbe8ee text on a black background
contrast 17.88:1
Card sample
#fbe8ee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe8ee;
Background color
Panel with #fbe8ee background
background-color: #fbe8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 232, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 232, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe8ee; background: linear-gradient(135deg, #fbe8ee, #FBEFE8);