#f8ebad
a light, electric yellow · cool · closest name: khaki
RGB
248, 235, 173
HSL
50°, 84%, 83%
CMYK
0, 5, 30, 3
Luminance
0.8239
Every format
| HEX | #f8ebad |
| RGB | rgb(248, 235, 173) |
| HSL | hsl(50, 84%, 83%) |
| CMYK | cmyk(0%, 5%, 30%, 3%) |
| LAB | lab(92.8 -4.7 31.7) |
| LCH | lch(92.8 32.1 98.5) |
| OKLCH | oklch(0.936 0.080 97.7) |
Copy-ready code
/* CSS */
color: #f8ebad;
background-color: #f8ebad;
/* Tailwind (arbitrary) */
class="text-[#f8ebad] bg-[#f8ebad]"
/* SCSS */
$brand: #f8ebad;
/* SwiftUI */
Color(red: 0.973, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#f8ebad")Accessibility — WCAG contrast
Aa
#f8ebad on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ebad on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green92.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow30.2%
Key (black)2.7%
Color previews
#f8ebad text on a black background
contrast 17.48:1
Card sample
#f8ebad text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ebad;
Background color
Panel with #f8ebad background
background-color: #f8ebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ebad; background: linear-gradient(135deg, #f8ebad, #D3F8AD);