#f9ebaa
a light, electric yellow · cool · closest name: khaki
RGB
249, 235, 170
HSL
49°, 87%, 82%
CMYK
0, 6, 32, 2
Luminance
0.8246
Every format
| HEX | #f9ebaa |
| RGB | rgb(249, 235, 170) |
| HSL | hsl(49, 87%, 82%) |
| CMYK | cmyk(0%, 6%, 32%, 2%) |
| LAB | lab(92.8 -4.7 33.3) |
| LCH | lch(92.8 33.6 98.1) |
| OKLCH | oklch(0.936 0.084 97.4) |
Copy-ready code
/* CSS */
color: #f9ebaa;
background-color: #f9ebaa;
/* Tailwind (arbitrary) */
class="text-[#f9ebaa] bg-[#f9ebaa]"
/* SCSS */
$brand: #f9ebaa;
/* SwiftUI */
Color(red: 0.976, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#f9ebaa")Accessibility — WCAG contrast
Aa
#f9ebaa on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ebaa on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow31.7%
Key (black)2.4%
Color previews
#f9ebaa text on a black background
contrast 17.49:1
Card sample
#f9ebaa text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ebaa;
Background color
Panel with #f9ebaa background
background-color: #f9ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ebaa; background: linear-gradient(135deg, #f9ebaa, #D2F9AA);