#f9f7ba
a pale, electric yellow · cool · closest name: khaki
RGB
249, 247, 186
HSL
58°, 84%, 85%
CMYK
0, 1, 25, 2
Luminance
0.9021
Every format
| HEX | #f9f7ba |
| RGB | rgb(249, 247, 186) |
| HSL | hsl(58, 84%, 85%) |
| CMYK | cmyk(0%, 1%, 25%, 2%) |
| LAB | lab(96.1 -8.7 29.7) |
| LCH | lch(96.1 30.9 106.3) |
| OKLCH | oklch(0.963 0.078 106.2) |
Copy-ready code
/* CSS */
color: #f9f7ba;
background-color: #f9f7ba;
/* Tailwind (arbitrary) */
class="text-[#f9f7ba] bg-[#f9f7ba]"
/* SCSS */
$brand: #f9f7ba;
/* SwiftUI */
Color(red: 0.976, green: 0.969, blue: 0.729)
/* Android */
Color.parseColor("#f9f7ba")Accessibility — WCAG contrast
Aa
#f9f7ba on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9f7ba on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green96.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow25.3%
Key (black)2.4%
Color previews
#f9f7ba text on a black background
contrast 19.04:1
Card sample
#f9f7ba text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9f7ba;
Background color
Panel with #f9f7ba background
background-color: #f9f7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9f7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 247, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 247, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9f7ba; background: linear-gradient(135deg, #f9f7ba, #D1F9BA);