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