#f8feba
a pale, electric yellow · cool · closest name: khaki
RGB
248, 254, 186
HSL
65°, 97%, 86%
CMYK
2, 0, 27, 0
Luminance
0.9439
Every format
| HEX | #f8feba |
| RGB | rgb(248, 254, 186) |
| HSL | hsl(65, 97%, 86%) |
| CMYK | cmyk(2%, 0%, 27%, 0%) |
| LAB | lab(97.8 -12.5 31.9) |
| LCH | lch(97.8 34.3 111.4) |
| OKLCH | oklch(0.977 0.087 112.1) |
Copy-ready code
/* CSS */
color: #f8feba;
background-color: #f8feba;
/* Tailwind (arbitrary) */
class="text-[#f8feba] bg-[#f8feba]"
/* SCSS */
$brand: #f8feba;
/* SwiftUI */
Color(red: 0.973, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#f8feba")Accessibility — WCAG contrast
Aa
#f8feba on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8feba on black: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green99.6%
Blue72.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#f8feba text on a black background
contrast 19.88:1
Card sample
#f8feba text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8feba;
Background color
Panel with #f8feba background
background-color: #f8feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8feba; background: linear-gradient(135deg, #f8feba, #CBFEBA);