#f9eeaf
a light, electric yellow · cool · closest name: khaki
RGB
249, 238, 175
HSL
51°, 86%, 83%
CMYK
0, 4, 30, 2
Luminance
0.8438
Every format
| HEX | #f9eeaf |
| RGB | rgb(249, 238, 175) |
| HSL | hsl(51, 86%, 83%) |
| CMYK | cmyk(0%, 4%, 30%, 2%) |
| LAB | lab(93.6 -5.6 31.9) |
| LCH | lch(93.6 32.4 100.0) |
| OKLCH | oklch(0.943 0.081 99.4) |
Copy-ready code
/* CSS */
color: #f9eeaf;
background-color: #f9eeaf;
/* Tailwind (arbitrary) */
class="text-[#f9eeaf] bg-[#f9eeaf]"
/* SCSS */
$brand: #f9eeaf;
/* SwiftUI */
Color(red: 0.976, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#f9eeaf")Accessibility — WCAG contrast
Aa
#f9eeaf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9eeaf on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green93.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow29.7%
Key (black)2.4%
Color previews
#f9eeaf text on a black background
contrast 17.88:1
Card sample
#f9eeaf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9eeaf;
Background color
Panel with #f9eeaf background
background-color: #f9eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9eeaf; background: linear-gradient(135deg, #f9eeaf, #D3F9AF);