#f9feba
a pale, electric yellow · cool · closest name: khaki
RGB
249, 254, 186
HSL
64°, 97%, 86%
CMYK
2, 0, 27, 0
Luminance
0.9457
Every format
| HEX | #f9feba |
| RGB | rgb(249, 254, 186) |
| HSL | hsl(64, 97%, 86%) |
| CMYK | cmyk(2%, 0%, 27%, 0%) |
| LAB | lab(97.9 -12.2 32.1) |
| LCH | lch(97.9 34.3 110.8) |
| OKLCH | oklch(0.977 0.087 111.4) |
Copy-ready code
/* CSS */
color: #f9feba;
background-color: #f9feba;
/* Tailwind (arbitrary) */
class="text-[#f9feba] bg-[#f9feba]"
/* SCSS */
$brand: #f9feba;
/* SwiftUI */
Color(red: 0.976, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#f9feba")Accessibility — WCAG contrast
Aa
#f9feba on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9feba on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.6%
Blue72.9%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#f9feba text on a black background
contrast 19.91:1
Card sample
#f9feba text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9feba;
Background color
Panel with #f9feba background
background-color: #f9feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9feba; background: linear-gradient(135deg, #f9feba, #CCFEBA);