#fbe7eb
a pale, vivid red · warm · closest name: white
RGB
251, 231, 235
HSL
348°, 71%, 95%
CMYK
0, 8, 6, 2
Luminance
0.8366
Every format
| HEX | #fbe7eb |
| RGB | rgb(251, 231, 235) |
| HSL | hsl(348, 71%, 95%) |
| CMYK | cmyk(0%, 8%, 6%, 2%) |
| LAB | lab(93.3 7.5 0.5) |
| LCH | lch(93.3 7.5 4.0) |
| OKLCH | oklch(0.945 0.022 3.8) |
Copy-ready code
/* CSS */
color: #fbe7eb;
background-color: #fbe7eb;
/* Tailwind (arbitrary) */
class="text-[#fbe7eb] bg-[#fbe7eb]"
/* SCSS */
$brand: #fbe7eb;
/* SwiftUI */
Color(red: 0.984, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#fbe7eb")Accessibility — WCAG contrast
Aa
#fbe7eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe7eb on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green90.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow6.4%
Key (black)1.6%
Color previews
#fbe7eb text on a black background
contrast 17.73:1
Card sample
#fbe7eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe7eb;
Background color
Panel with #fbe7eb background
background-color: #fbe7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe7eb; background: linear-gradient(135deg, #fbe7eb, #FBF0E7);