#fbf4eb
a pale, vivid orange · warm · closest name: ivory
RGB
251, 244, 235
HSL
34°, 67%, 95%
CMYK
0, 3, 6, 2
Luminance
0.9121
Every format
| HEX | #fbf4eb |
| RGB | rgb(251, 244, 235) |
| HSL | hsl(34, 67%, 95%) |
| CMYK | cmyk(0%, 3%, 6%, 2%) |
| LAB | lab(96.5 0.8 5.2) |
| LCH | lch(96.5 5.2 81.1) |
| OKLCH | oklch(0.970 0.014 74.4) |
Copy-ready code
/* CSS */
color: #fbf4eb;
background-color: #fbf4eb;
/* Tailwind (arbitrary) */
class="text-[#fbf4eb] bg-[#fbf4eb]"
/* SCSS */
$brand: #fbf4eb;
/* SwiftUI */
Color(red: 0.984, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#fbf4eb")Accessibility — WCAG contrast
Aa
#fbf4eb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf4eb on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow6.4%
Key (black)1.6%
Color previews
#fbf4eb text on a black background
contrast 19.24:1
Card sample
#fbf4eb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf4eb;
Background color
Panel with #fbf4eb background
background-color: #fbf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf4eb; background: linear-gradient(135deg, #fbf4eb, #F7FBEB);