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