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