#f9eb8f
a light, electric yellow · cool · closest name: khaki
RGB
249, 235, 143
HSL
52°, 90%, 77%
CMYK
0, 6, 43, 2
Luminance
0.8154
Every format
| HEX | #f9eb8f |
| RGB | rgb(249, 235, 143) |
| HSL | hsl(52, 90%, 77%) |
| CMYK | cmyk(0%, 6%, 43%, 2%) |
| LAB | lab(92.4 -7.7 46.2) |
| LCH | lch(92.4 46.9 99.5) |
| OKLCH | oklch(0.932 0.114 100.7) |
Copy-ready code
/* CSS */
color: #f9eb8f;
background-color: #f9eb8f;
/* Tailwind (arbitrary) */
class="text-[#f9eb8f] bg-[#f9eb8f]"
/* SCSS */
$brand: #f9eb8f;
/* SwiftUI */
Color(red: 0.976, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#f9eb8f")Accessibility — WCAG contrast
Aa
#f9eb8f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9eb8f on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow42.6%
Key (black)2.4%
Color previews
#f9eb8f text on a black background
contrast 17.31:1
Card sample
#f9eb8f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9eb8f;
Background color
Panel with #f9eb8f background
background-color: #f9eb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9eb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9eb8f; background: linear-gradient(135deg, #f9eb8f, #C0F98F);