#fbe7f3
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
251, 231, 243
HSL
324°, 71%, 95%
CMYK
0, 8, 3, 2
Luminance
0.8413
Every format
| HEX | #fbe7f3 |
| RGB | rgb(251, 231, 243) |
| HSL | hsl(324, 71%, 95%) |
| CMYK | cmyk(0%, 8%, 3%, 2%) |
| LAB | lab(93.5 8.8 -3.4) |
| LCH | lch(93.5 9.4 339.2) |
| OKLCH | oklch(0.947 0.027 340.9) |
Copy-ready code
/* CSS */
color: #fbe7f3;
background-color: #fbe7f3;
/* Tailwind (arbitrary) */
class="text-[#fbe7f3] bg-[#fbe7f3]"
/* SCSS */
$brand: #fbe7f3;
/* SwiftUI */
Color(red: 0.984, green: 0.906, blue: 0.953)
/* Android */
Color.parseColor("#fbe7f3")Accessibility — WCAG contrast
Aa
#fbe7f3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe7f3 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green90.6%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow3.2%
Key (black)1.6%
Color previews
#fbe7f3 text on a black background
contrast 17.83:1
Card sample
#fbe7f3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe7f3;
Background color
Panel with #fbe7f3 background
background-color: #fbe7f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe7f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 231, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 231, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe7f3; background: linear-gradient(135deg, #fbe7f3, #FBE8E7);