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