#f8fdab
a light, electric yellow · cool · closest name: khaki
RGB
248, 253, 171
HSL
64°, 95%, 83%
CMYK
2, 0, 32, 1
Luminance
0.9315
Every format
| HEX | #f8fdab |
| RGB | rgb(248, 253, 171) |
| HSL | hsl(64, 95%, 83%) |
| CMYK | cmyk(2%, 0%, 32%, 1%) |
| LAB | lab(97.3 -13.9 38.8) |
| LCH | lch(97.3 41.2 109.7) |
| OKLCH | oklch(0.972 0.103 111.1) |
Copy-ready code
/* CSS */
color: #f8fdab;
background-color: #f8fdab;
/* Tailwind (arbitrary) */
class="text-[#f8fdab] bg-[#f8fdab]"
/* SCSS */
$brand: #f8fdab;
/* SwiftUI */
Color(red: 0.973, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#f8fdab")Accessibility — WCAG contrast
Aa
#f8fdab on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fdab on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green99.2%
Blue67.1%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#f8fdab text on a black background
contrast 19.63:1
Card sample
#f8fdab text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fdab;
Background color
Panel with #f8fdab background
background-color: #f8fdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fdab; background: linear-gradient(135deg, #f8fdab, #C1FDAB);