#f8fecb
a pale, electric yellow · cool · closest name: beige
RGB
248, 254, 203
HSL
67°, 96%, 90%
CMYK
2, 0, 20, 0
Luminance
0.9515
Every format
| HEX | #f8fecb |
| RGB | rgb(248, 254, 203) |
| HSL | hsl(67, 96%, 90%) |
| CMYK | cmyk(2%, 0%, 20%, 0%) |
| LAB | lab(98.1 -10.2 23.8) |
| LCH | lch(98.1 25.9 113.2) |
| OKLCH | oklch(0.980 0.066 113.1) |
Copy-ready code
/* CSS */
color: #f8fecb;
background-color: #f8fecb;
/* Tailwind (arbitrary) */
class="text-[#f8fecb] bg-[#f8fecb]"
/* SCSS */
$brand: #f8fecb;
/* SwiftUI */
Color(red: 0.973, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#f8fecb")Accessibility — WCAG contrast
Aa
#f8fecb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fecb on black: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green99.6%
Blue79.6%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#f8fecb text on a black background
contrast 20.03:1
Card sample
#f8fecb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fecb;
Background color
Panel with #f8fecb background
background-color: #f8fecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fecb; background: linear-gradient(135deg, #f8fecb, #D6FECB);