#f9fcda
a pale, electric yellow · cool · closest name: beige
RGB
249, 252, 218
HSL
65°, 85%, 92%
CMYK
1, 0, 14, 1
Luminance
0.9482
Every format
| HEX | #f9fcda |
| RGB | rgb(249, 252, 218) |
| HSL | hsl(65, 85%, 92%) |
| CMYK | cmyk(1%, 0%, 14%, 1%) |
| LAB | lab(98.0 -6.6 16.0) |
| LCH | lch(98.0 17.3 112.5) |
| OKLCH | oklch(0.980 0.044 111.3) |
Copy-ready code
/* CSS */
color: #f9fcda;
background-color: #f9fcda;
/* Tailwind (arbitrary) */
class="text-[#f9fcda] bg-[#f9fcda]"
/* SCSS */
$brand: #f9fcda;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#f9fcda")Accessibility — WCAG contrast
Aa
#f9fcda on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcda on black: 19.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue85.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#f9fcda text on a black background
contrast 19.96:1
Card sample
#f9fcda text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcda;
Background color
Panel with #f9fcda background
background-color: #f9fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcda; background: linear-gradient(135deg, #f9fcda, #E2FCDA);