#f9fcba
a pale, electric yellow · cool · closest name: khaki
RGB
249, 252, 186
HSL
63°, 92%, 86%
CMYK
1, 0, 26, 1
Luminance
0.9331
Every format
| HEX | #f9fcba |
| RGB | rgb(249, 252, 186) |
| HSL | hsl(63, 92%, 86%) |
| CMYK | cmyk(1%, 0%, 26%, 1%) |
| LAB | lab(97.3 -11.2 31.4) |
| LCH | lch(97.3 33.3 109.6) |
| OKLCH | oklch(0.973 0.084 110.0) |
Copy-ready code
/* CSS */
color: #f9fcba;
background-color: #f9fcba;
/* Tailwind (arbitrary) */
class="text-[#f9fcba] bg-[#f9fcba]"
/* SCSS */
$brand: #f9fcba;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#f9fcba")Accessibility — WCAG contrast
Aa
#f9fcba on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcba on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue72.9%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#f9fcba text on a black background
contrast 19.66:1
Card sample
#f9fcba text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcba;
Background color
Panel with #f9fcba background
background-color: #f9fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcba; background: linear-gradient(135deg, #f9fcba, #CDFCBA);