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