#f7ee9a
a light, electric yellow · cool · closest name: khaki
RGB
247, 238, 154
HSL
54°, 85%, 79%
CMYK
0, 4, 38, 3
Luminance
0.8326
Every format
| HEX | #f7ee9a |
| RGB | rgb(247, 238, 154) |
| HSL | hsl(54, 85%, 79%) |
| CMYK | cmyk(0%, 4%, 38%, 3%) |
| LAB | lab(93.1 -8.8 41.8) |
| LCH | lch(93.1 42.7 101.9) |
| OKLCH | oklch(0.938 0.105 102.9) |
Copy-ready code
/* CSS */
color: #f7ee9a;
background-color: #f7ee9a;
/* Tailwind (arbitrary) */
class="text-[#f7ee9a] bg-[#f7ee9a]"
/* SCSS */
$brand: #f7ee9a;
/* SwiftUI */
Color(red: 0.969, green: 0.933, blue: 0.604)
/* Android */
Color.parseColor("#f7ee9a")Accessibility — WCAG contrast
Aa
#f7ee9a on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ee9a on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green93.3%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow37.7%
Key (black)3.1%
Color previews
#f7ee9a text on a black background
contrast 17.65:1
Card sample
#f7ee9a text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ee9a;
Background color
Panel with #f7ee9a background
background-color: #f7ee9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ee9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 238, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 238, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ee9a; background: linear-gradient(135deg, #f7ee9a, #C2F79A);