#f7eeaf
a light, electric yellow · cool · closest name: khaki
RGB
247, 238, 175
HSL
53°, 82%, 83%
CMYK
0, 4, 29, 3
Luminance
0.8402
Every format
| HEX | #f7eeaf |
| RGB | rgb(247, 238, 175) |
| HSL | hsl(53, 82%, 83%) |
| CMYK | cmyk(0%, 4%, 29%, 3%) |
| LAB | lab(93.5 -6.4 31.7) |
| LCH | lch(93.5 32.3 101.4) |
| OKLCH | oklch(0.941 0.081 100.9) |
Copy-ready code
/* CSS */
color: #f7eeaf;
background-color: #f7eeaf;
/* Tailwind (arbitrary) */
class="text-[#f7eeaf] bg-[#f7eeaf]"
/* SCSS */
$brand: #f7eeaf;
/* SwiftUI */
Color(red: 0.969, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#f7eeaf")Accessibility — WCAG contrast
Aa
#f7eeaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7eeaf on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green93.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow29.1%
Key (black)3.1%
Color previews
#f7eeaf text on a black background
contrast 17.80:1
Card sample
#f7eeaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7eeaf;
Background color
Panel with #f7eeaf background
background-color: #f7eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7eeaf; background: linear-gradient(135deg, #f7eeaf, #D0F7AF);