#f9fcbc
a pale, electric yellow · cool · closest name: khaki
RGB
249, 252, 188
HSL
63°, 91%, 86%
CMYK
1, 0, 25, 1
Luminance
0.9339
Every format
| HEX | #f9fcbc |
| RGB | rgb(249, 252, 188) |
| HSL | hsl(63, 91%, 86%) |
| CMYK | cmyk(1%, 0%, 25%, 1%) |
| LAB | lab(97.4 -10.9 30.4) |
| LCH | lch(97.4 32.3 109.7) |
| OKLCH | oklch(0.974 0.082 110.1) |
Copy-ready code
/* CSS */
color: #f9fcbc;
background-color: #f9fcbc;
/* Tailwind (arbitrary) */
class="text-[#f9fcbc] bg-[#f9fcbc]"
/* SCSS */
$brand: #f9fcbc;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#f9fcbc")Accessibility — WCAG contrast
Aa
#f9fcbc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcbc on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue73.7%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#f9fcbc text on a black background
contrast 19.68:1
Card sample
#f9fcbc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcbc;
Background color
Panel with #f9fcbc background
background-color: #f9fcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcbc; background: linear-gradient(135deg, #f9fcbc, #CEFCBC);