#f8fbdf
a pale, electric yellow · cool · closest name: beige
RGB
248, 251, 223
HSL
66°, 78%, 93%
CMYK
1, 0, 11, 2
Luminance
0.9428
Every format
| HEX | #f8fbdf |
| RGB | rgb(248, 251, 223) |
| HSL | hsl(66, 78%, 93%) |
| CMYK | cmyk(1%, 0%, 11%, 2%) |
| LAB | lab(97.7 -5.7 13.1) |
| LCH | lch(97.7 14.3 113.5) |
| OKLCH | oklch(0.979 0.037 112.0) |
Copy-ready code
/* CSS */
color: #f8fbdf;
background-color: #f8fbdf;
/* Tailwind (arbitrary) */
class="text-[#f8fbdf] bg-[#f8fbdf]"
/* SCSS */
$brand: #f8fbdf;
/* SwiftUI */
Color(red: 0.973, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#f8fbdf")Accessibility — WCAG contrast
Aa
#f8fbdf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fbdf on black: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.4%
Blue87.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#f8fbdf text on a black background
contrast 19.86:1
Card sample
#f8fbdf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fbdf;
Background color
Panel with #f8fbdf background
background-color: #f8fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fbdf; background: linear-gradient(135deg, #f8fbdf, #E5FBDF);