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