#f9fedf
a pale, electric yellow · cool · closest name: beige
RGB
249, 254, 223
HSL
70°, 94%, 94%
CMYK
2, 0, 12, 0
Luminance
0.9635
Every format
| HEX | #f9fedf |
| RGB | rgb(249, 254, 223) |
| HSL | hsl(70, 94%, 94%) |
| CMYK | cmyk(2%, 0%, 12%, 0%) |
| LAB | lab(98.6 -6.8 14.3) |
| LCH | lch(98.6 15.8 115.6) |
| OKLCH | oklch(0.985 0.041 114.6) |
Copy-ready code
/* CSS */
color: #f9fedf;
background-color: #f9fedf;
/* Tailwind (arbitrary) */
class="text-[#f9fedf] bg-[#f9fedf]"
/* SCSS */
$brand: #f9fedf;
/* SwiftUI */
Color(red: 0.976, green: 0.996, blue: 0.875)
/* Android */
Color.parseColor("#f9fedf")Accessibility — WCAG contrast
Aa
#f9fedf on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fedf on black: 20.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.6%
Blue87.5%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow12.2%
Key (black)0.4%
Color previews
#f9fedf text on a black background
contrast 20.27:1
Card sample
#f9fedf text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fedf;
Background color
Panel with #f9fedf background
background-color: #f9fedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 254, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 254, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fedf; background: linear-gradient(135deg, #f9fedf, #E4FEDF);