#f8f7ad
a light, electric yellow · cool · closest name: khaki
RGB
248, 247, 173
HSL
59°, 84%, 83%
CMYK
0, 0, 30, 3
Luminance
0.8950
Every format
| HEX | #f8f7ad |
| RGB | rgb(248, 247, 173) |
| HSL | hsl(59, 84%, 83%) |
| CMYK | cmyk(0%, 0%, 30%, 3%) |
| LAB | lab(95.8 -10.7 35.8) |
| LCH | lch(95.8 37.4 106.7) |
| OKLCH | oklch(0.960 0.093 107.4) |
Copy-ready code
/* CSS */
color: #f8f7ad;
background-color: #f8f7ad;
/* Tailwind (arbitrary) */
class="text-[#f8f7ad] bg-[#f8f7ad]"
/* SCSS */
$brand: #f8f7ad;
/* SwiftUI */
Color(red: 0.973, green: 0.969, blue: 0.678)
/* Android */
Color.parseColor("#f8f7ad")Accessibility — WCAG contrast
Aa
#f8f7ad on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f7ad on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green96.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow30.2%
Key (black)2.7%
Color previews
#f8f7ad text on a black background
contrast 18.90:1
Card sample
#f8f7ad text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f7ad;
Background color
Panel with #f8f7ad background
background-color: #f8f7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 247, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 247, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f7ad; background: linear-gradient(135deg, #f8f7ad, #C7F8AD);