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