#f8ebbc
a pale, electric yellow · cool · closest name: beige
RGB
248, 235, 188
HSL
47°, 81%, 86%
CMYK
0, 5, 24, 3
Luminance
0.8300
Every format
| HEX | #f8ebbc |
| RGB | rgb(248, 235, 188) |
| HSL | hsl(47, 81%, 86%) |
| CMYK | cmyk(0%, 5%, 24%, 3%) |
| LAB | lab(93.0 -2.8 24.4) |
| LCH | lch(93.0 24.6 96.5) |
| OKLCH | oklch(0.939 0.062 94.4) |
Copy-ready code
/* CSS */
color: #f8ebbc;
background-color: #f8ebbc;
/* Tailwind (arbitrary) */
class="text-[#f8ebbc] bg-[#f8ebbc]"
/* SCSS */
$brand: #f8ebbc;
/* SwiftUI */
Color(red: 0.973, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#f8ebbc")Accessibility — WCAG contrast
Aa
#f8ebbc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ebbc on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green92.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow24.2%
Key (black)2.7%
Color previews
#f8ebbc text on a black background
contrast 17.60:1
Card sample
#f8ebbc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ebbc;
Background color
Panel with #f8ebbc background
background-color: #f8ebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ebbc; background: linear-gradient(135deg, #f8ebbc, #DDF8BC);