#fbf8f4
a pale, vivid orange · warm · closest name: white
RGB
251, 248, 244
HSL
34°, 47%, 97%
CMYK
0, 1, 3, 2
Luminance
0.9418
Every format
| HEX | #fbf8f4 |
| RGB | rgb(251, 248, 244) |
| HSL | hsl(34, 47%, 97%) |
| CMYK | cmyk(0%, 1%, 3%, 2%) |
| LAB | lab(97.7 0.3 2.3) |
| LCH | lch(97.7 2.3 82.5) |
| OKLCH | oklch(0.980 0.006 75.4) |
Copy-ready code
/* CSS */
color: #fbf8f4;
background-color: #fbf8f4;
/* Tailwind (arbitrary) */
class="text-[#fbf8f4] bg-[#fbf8f4]"
/* SCSS */
$brand: #fbf8f4;
/* SwiftUI */
Color(red: 0.984, green: 0.973, blue: 0.957)
/* Android */
Color.parseColor("#fbf8f4")Accessibility — WCAG contrast
Aa
#fbf8f4 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf8f4 on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green97.3%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow2.8%
Key (black)1.6%
Color previews
#fbf8f4 text on a black background
contrast 19.84:1
Card sample
#fbf8f4 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf8f4;
Background color
Panel with #fbf8f4 background
background-color: #fbf8f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf8f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 248, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 248, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf8f4; background: linear-gradient(135deg, #fbf8f4, #F9FBF4);