#f8fadf
a pale, vivid yellow · cool · “beige”
RGB
248, 250, 223
HSL
64°, 73%, 93%
CMYK
1, 0, 11, 2
Luminance
0.9366
Every format
| HEX | #f8fadf |
| RGB | rgb(248, 250, 223) |
| HSL | hsl(64, 73%, 93%) |
| CMYK | cmyk(1%, 0%, 11%, 2%) |
| LAB | lab(97.5 -5.2 12.7) |
| LCH | lch(97.5 13.8 112.2) |
| OKLCH | oklch(0.977 0.035 110.5) |
Copy-ready code
/* CSS */
color: #f8fadf;
background-color: #f8fadf;
/* Tailwind (arbitrary) */
class="text-[#f8fadf] bg-[#f8fadf]"
/* SCSS */
$brand: #f8fadf;
/* SwiftUI */
Color(red: 0.973, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#f8fadf")Accessibility — WCAG contrast
Aa
#f8fadf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fadf on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.0%
Blue87.5%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#f8fadf text on a black background
contrast 19.73:1
Card sample
#f8fadf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fadf;
Background color
Panel with #f8fadf background
background-color: #f8fadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fadf; background: linear-gradient(135deg, #f8fadf, #E6FADF);