#f8fdce
a pale, electric yellow · cool · closest name: beige
RGB
248, 253, 206
HSL
66°, 92%, 90%
CMYK
2, 0, 19, 1
Luminance
0.9466
Every format
| HEX | #f8fdce |
| RGB | rgb(248, 253, 206) |
| HSL | hsl(66, 92%, 90%) |
| CMYK | cmyk(2%, 0%, 19%, 1%) |
| LAB | lab(97.9 -9.3 22.0) |
| LCH | lch(97.9 23.9 112.9) |
| OKLCH | oklch(0.979 0.061 112.5) |
Copy-ready code
/* CSS */
color: #f8fdce;
background-color: #f8fdce;
/* Tailwind (arbitrary) */
class="text-[#f8fdce] bg-[#f8fdce]"
/* SCSS */
$brand: #f8fdce;
/* SwiftUI */
Color(red: 0.973, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#f8fdce")Accessibility — WCAG contrast
Aa
#f8fdce on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fdce on black: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green99.2%
Blue80.8%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#f8fdce text on a black background
contrast 19.93:1
Card sample
#f8fdce text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fdce;
Background color
Panel with #f8fdce background
background-color: #f8fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fdce; background: linear-gradient(135deg, #f8fdce, #D9FDCE);