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