#f8eeba
a pale, electric yellow · cool · closest name: beige
RGB
248, 238, 186
HSL
50°, 82%, 85%
CMYK
0, 4, 25, 3
Luminance
0.8465
Every format
| HEX | #f8eeba |
| RGB | rgb(248, 238, 186) |
| HSL | hsl(50, 82%, 85%) |
| CMYK | cmyk(0%, 4%, 25%, 3%) |
| LAB | lab(93.7 -4.6 26.4) |
| LCH | lch(93.7 26.8 99.8) |
| OKLCH | oklch(0.944 0.068 98.4) |
Copy-ready code
/* CSS */
color: #f8eeba;
background-color: #f8eeba;
/* Tailwind (arbitrary) */
class="text-[#f8eeba] bg-[#f8eeba]"
/* SCSS */
$brand: #f8eeba;
/* SwiftUI */
Color(red: 0.973, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#f8eeba")Accessibility — WCAG contrast
Aa
#f8eeba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8eeba on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green93.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow25.0%
Key (black)2.7%
Color previews
#f8eeba text on a black background
contrast 17.93:1
Card sample
#f8eeba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8eeba;
Background color
Panel with #f8eeba background
background-color: #f8eeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8eeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8eeba; background: linear-gradient(135deg, #f8eeba, #D9F8BA);