#f9fdce
a pale, electric yellow · cool · closest name: beige
RGB
249, 253, 206
HSL
65°, 92%, 90%
CMYK
2, 0, 19, 1
Luminance
0.9485
Every format
| HEX | #f9fdce |
| RGB | rgb(249, 253, 206) |
| HSL | hsl(65, 92%, 90%) |
| CMYK | cmyk(2%, 0%, 19%, 1%) |
| LAB | lab(98.0 -8.9 22.1) |
| LCH | lch(98.0 23.8 111.9) |
| OKLCH | oklch(0.979 0.061 111.5) |
Copy-ready code
/* CSS */
color: #f9fdce;
background-color: #f9fdce;
/* Tailwind (arbitrary) */
class="text-[#f9fdce] bg-[#f9fdce]"
/* SCSS */
$brand: #f9fdce;
/* SwiftUI */
Color(red: 0.976, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#f9fdce")Accessibility — WCAG contrast
Aa
#f9fdce on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fdce on black: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.2%
Blue80.8%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#f9fdce text on a black background
contrast 19.97:1
Card sample
#f9fdce text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fdce;
Background color
Panel with #f9fdce background
background-color: #f9fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fdce; background: linear-gradient(135deg, #f9fdce, #DAFDCE);