#f8eb74
a light, electric yellow · cool · closest name: khaki
RGB
248, 235, 116
HSL
54°, 90%, 71%
CMYK
0, 5, 53, 3
Luminance
0.8063
Every format
| HEX | #f8eb74 |
| RGB | rgb(248, 235, 116) |
| HSL | hsl(54, 90%, 71%) |
| CMYK | cmyk(0%, 5%, 53%, 3%) |
| LAB | lab(92.0 -10.5 58.5) |
| LCH | lch(92.0 59.4 100.2) |
| OKLCH | oklch(0.927 0.141 103.1) |
Copy-ready code
/* CSS */
color: #f8eb74;
background-color: #f8eb74;
/* Tailwind (arbitrary) */
class="text-[#f8eb74] bg-[#f8eb74]"
/* SCSS */
$brand: #f8eb74;
/* SwiftUI */
Color(red: 0.973, green: 0.922, blue: 0.455)
/* Android */
Color.parseColor("#f8eb74")Accessibility — WCAG contrast
Aa
#f8eb74 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8eb74 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green92.2%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow53.2%
Key (black)2.7%
Color previews
#f8eb74 text on a black background
contrast 17.13:1
Card sample
#f8eb74 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8eb74;
Background color
Panel with #f8eb74 background
background-color: #f8eb74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8eb74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 235, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 235, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8eb74; background: linear-gradient(135deg, #f8eb74, #ADF874);