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