#f8fbc9
a pale, electric yellow · cool · closest name: beige
RGB
248, 251, 201
HSL
64°, 86%, 89%
CMYK
1, 0, 20, 2
Luminance
0.9317
Every format
| HEX | #f8fbc9 |
| RGB | rgb(248, 251, 201) |
| HSL | hsl(64, 86%, 89%) |
| CMYK | cmyk(1%, 0%, 20%, 2%) |
| LAB | lab(97.3 -9.0 23.7) |
| LCH | lch(97.3 25.4 110.8) |
| OKLCH | oklch(0.974 0.065 110.4) |
Copy-ready code
/* CSS */
color: #f8fbc9;
background-color: #f8fbc9;
/* Tailwind (arbitrary) */
class="text-[#f8fbc9] bg-[#f8fbc9]"
/* SCSS */
$brand: #f8fbc9;
/* SwiftUI */
Color(red: 0.973, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#f8fbc9")Accessibility — WCAG contrast
Aa
#f8fbc9 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fbc9 on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.4%
Blue78.8%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#f8fbc9 text on a black background
contrast 19.63:1
Card sample
#f8fbc9 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fbc9;
Background color
Panel with #f8fbc9 background
background-color: #f8fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fbc9; background: linear-gradient(135deg, #f8fbc9, #D7FBC9);