#fbeaf2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
251, 234, 242
HSL
332°, 68%, 95%
CMYK
0, 7, 4, 2
Luminance
0.8577
Every format
| HEX | #fbeaf2 |
| RGB | rgb(251, 234, 242) |
| HSL | hsl(332, 68%, 95%) |
| CMYK | cmyk(0%, 7%, 4%, 2%) |
| LAB | lab(94.2 7.1 -1.8) |
| LCH | lch(94.2 7.3 345.9) |
| OKLCH | oklch(0.953 0.021 347.3) |
Copy-ready code
/* CSS */
color: #fbeaf2;
background-color: #fbeaf2;
/* Tailwind (arbitrary) */
class="text-[#fbeaf2] bg-[#fbeaf2]"
/* SCSS */
$brand: #fbeaf2;
/* SwiftUI */
Color(red: 0.984, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#fbeaf2")Accessibility — WCAG contrast
Aa
#fbeaf2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeaf2 on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green91.8%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow3.6%
Key (black)1.6%
Color previews
#fbeaf2 text on a black background
contrast 18.15:1
Card sample
#fbeaf2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeaf2;
Background color
Panel with #fbeaf2 background
background-color: #fbeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeaf2; background: linear-gradient(135deg, #fbeaf2, #FBEDEA);