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