#f9fbcf
a pale, electric yellow · cool · closest name: beige
RGB
249, 251, 207
HSL
63°, 85%, 90%
CMYK
1, 0, 18, 2
Luminance
0.9364
Every format
| HEX | #f9fbcf |
| RGB | rgb(249, 251, 207) |
| HSL | hsl(63, 85%, 90%) |
| CMYK | cmyk(1%, 0%, 18%, 2%) |
| LAB | lab(97.5 -7.8 20.9) |
| LCH | lch(97.5 22.3 110.4) |
| OKLCH | oklch(0.976 0.057 109.6) |
Copy-ready code
/* CSS */
color: #f9fbcf;
background-color: #f9fbcf;
/* Tailwind (arbitrary) */
class="text-[#f9fbcf] bg-[#f9fbcf]"
/* SCSS */
$brand: #f9fbcf;
/* SwiftUI */
Color(red: 0.976, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#f9fbcf")Accessibility — WCAG contrast
Aa
#f9fbcf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fbcf on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.4%
Blue81.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#f9fbcf text on a black background
contrast 19.73:1
Card sample
#f9fbcf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fbcf;
Background color
Panel with #f9fbcf background
background-color: #f9fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fbcf; background: linear-gradient(135deg, #f9fbcf, #DCFBCF);