#f7eeb3
a light, electric yellow · cool · closest name: khaki
RGB
247, 238, 179
HSL
52°, 81%, 84%
CMYK
0, 4, 28, 3
Luminance
0.8418
Every format
| HEX | #f7eeb3 |
| RGB | rgb(247, 238, 179) |
| HSL | hsl(52, 81%, 84%) |
| CMYK | cmyk(0%, 4%, 28%, 3%) |
| LAB | lab(93.5 -5.9 29.7) |
| LCH | lch(93.5 30.3 101.2) |
| OKLCH | oklch(0.942 0.076 100.4) |
Copy-ready code
/* CSS */
color: #f7eeb3;
background-color: #f7eeb3;
/* Tailwind (arbitrary) */
class="text-[#f7eeb3] bg-[#f7eeb3]"
/* SCSS */
$brand: #f7eeb3;
/* SwiftUI */
Color(red: 0.969, green: 0.933, blue: 0.702)
/* Android */
Color.parseColor("#f7eeb3")Accessibility — WCAG contrast
Aa
#f7eeb3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7eeb3 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green93.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow27.5%
Key (black)3.1%
Color previews
#f7eeb3 text on a black background
contrast 17.84:1
Card sample
#f7eeb3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7eeb3;
Background color
Panel with #f7eeb3 background
background-color: #f7eeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7eeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 238, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 238, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7eeb3; background: linear-gradient(135deg, #f7eeb3, #D3F7B3);