#f7ee93
a light, electric yellow · cool · closest name: khaki
RGB
247, 238, 147
HSL
55°, 86%, 77%
CMYK
0, 4, 41, 3
Luminance
0.8303
Every format
| HEX | #f7ee93 |
| RGB | rgb(247, 238, 147) |
| HSL | hsl(55, 86%, 77%) |
| CMYK | cmyk(0%, 4%, 41%, 3%) |
| LAB | lab(93.0 -9.6 45.1) |
| LCH | lch(93.0 46.1 102.0) |
| OKLCH | oklch(0.937 0.113 103.4) |
Copy-ready code
/* CSS */
color: #f7ee93;
background-color: #f7ee93;
/* Tailwind (arbitrary) */
class="text-[#f7ee93] bg-[#f7ee93]"
/* SCSS */
$brand: #f7ee93;
/* SwiftUI */
Color(red: 0.969, green: 0.933, blue: 0.576)
/* Android */
Color.parseColor("#f7ee93")Accessibility — WCAG contrast
Aa
#f7ee93 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ee93 on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green93.3%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow40.5%
Key (black)3.1%
Color previews
#f7ee93 text on a black background
contrast 17.61:1
Card sample
#f7ee93 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ee93;
Background color
Panel with #f7ee93 background
background-color: #f7ee93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ee93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 238, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 238, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ee93; background: linear-gradient(135deg, #f7ee93, #BDF793);