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