#f8f9df
a pale, vivid yellow · cool · “beige”
RGB
248, 249, 223
HSL
62°, 68%, 93%
CMYK
0, 0, 10, 2
Luminance
0.9304
Every format
| HEX | #f8f9df |
| RGB | rgb(248, 249, 223) |
| HSL | hsl(62, 68%, 93%) |
| CMYK | cmyk(0%, 0%, 10%, 2%) |
| LAB | lab(97.2 -4.7 12.4) |
| LCH | lch(97.2 13.2 110.7) |
| OKLCH | oklch(0.975 0.034 108.8) |
Copy-ready code
/* CSS */
color: #f8f9df;
background-color: #f8f9df;
/* Tailwind (arbitrary) */
class="text-[#f8f9df] bg-[#f8f9df]"
/* SCSS */
$brand: #f8f9df;
/* SwiftUI */
Color(red: 0.973, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#f8f9df")Accessibility — WCAG contrast
Aa
#f8f9df on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f9df on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green97.6%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#f8f9df text on a black background
contrast 19.61:1
Card sample
#f8f9df text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f9df;
Background color
Panel with #f8f9df background
background-color: #f8f9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f9df; background: linear-gradient(135deg, #f8f9df, #E7F9DF);