#fbf2e7
a pale, vivid orange · warm · closest name: ivory
RGB
251, 242, 231
HSL
33°, 71%, 95%
CMYK
0, 4, 8, 2
Luminance
0.8978
Every format
| HEX | #fbf2e7 |
| RGB | rgb(251, 242, 231) |
| HSL | hsl(33, 71%, 95%) |
| CMYK | cmyk(0%, 4%, 8%, 2%) |
| LAB | lab(95.9 1.2 6.4) |
| LCH | lch(95.9 6.5 79.6) |
| OKLCH | oklch(0.965 0.018 73.1) |
Copy-ready code
/* CSS */
color: #fbf2e7;
background-color: #fbf2e7;
/* Tailwind (arbitrary) */
class="text-[#fbf2e7] bg-[#fbf2e7]"
/* SCSS */
$brand: #fbf2e7;
/* SwiftUI */
Color(red: 0.984, green: 0.949, blue: 0.906)
/* Android */
Color.parseColor("#fbf2e7")Accessibility — WCAG contrast
Aa
#fbf2e7 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf2e7 on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.9%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow8.0%
Key (black)1.6%
Color previews
#fbf2e7 text on a black background
contrast 18.96:1
Card sample
#fbf2e7 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf2e7;
Background color
Panel with #fbf2e7 background
background-color: #fbf2e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf2e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 242, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 242, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf2e7; background: linear-gradient(135deg, #fbf2e7, #F7FBE7);