#fbe4da
a pale, electric orange · warm · closest name: ivory
RGB
251, 228, 218
HSL
18°, 81%, 92%
CMYK
0, 9, 13, 2
Luminance
0.8106
Every format
| HEX | #fbe4da |
| RGB | rgb(251, 228, 218) |
| HSL | hsl(18, 81%, 92%) |
| CMYK | cmyk(0%, 9%, 13%, 2%) |
| LAB | lab(92.2 6.2 7.7) |
| LCH | lch(92.2 9.9 51.1) |
| OKLCH | oklch(0.935 0.029 45.0) |
Copy-ready code
/* CSS */
color: #fbe4da;
background-color: #fbe4da;
/* Tailwind (arbitrary) */
class="text-[#fbe4da] bg-[#fbe4da]"
/* SCSS */
$brand: #fbe4da;
/* SwiftUI */
Color(red: 0.984, green: 0.894, blue: 0.855)
/* Android */
Color.parseColor("#fbe4da")Accessibility — WCAG contrast
Aa
#fbe4da on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe4da on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green89.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow13.1%
Key (black)1.6%
Color previews
#fbe4da text on a black background
contrast 17.21:1
Card sample
#fbe4da text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe4da;
Background color
Panel with #fbe4da background
background-color: #fbe4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 228, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 228, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe4da; background: linear-gradient(135deg, #fbe4da, #FBFADA);