#f9fcd2
a pale, electric yellow · cool · closest name: beige
RGB
249, 252, 210
HSL
64°, 88%, 91%
CMYK
1, 0, 17, 1
Luminance
0.9441
Every format
| HEX | #f9fcd2 |
| RGB | rgb(249, 252, 210) |
| HSL | hsl(64, 88%, 91%) |
| CMYK | cmyk(1%, 0%, 17%, 1%) |
| LAB | lab(97.8 -7.8 19.8) |
| LCH | lch(97.8 21.3 111.5) |
| OKLCH | oklch(0.978 0.054 110.7) |
Copy-ready code
/* CSS */
color: #f9fcd2;
background-color: #f9fcd2;
/* Tailwind (arbitrary) */
class="text-[#f9fcd2] bg-[#f9fcd2]"
/* SCSS */
$brand: #f9fcd2;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#f9fcd2")Accessibility — WCAG contrast
Aa
#f9fcd2 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcd2 on black: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue82.4%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#f9fcd2 text on a black background
contrast 19.88:1
Card sample
#f9fcd2 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcd2;
Background color
Panel with #f9fcd2 background
background-color: #f9fcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcd2; background: linear-gradient(135deg, #f9fcd2, #DDFCD2);