#f8fcaf
a light, electric yellow · cool · closest name: khaki
RGB
248, 252, 175
HSL
63°, 93%, 84%
CMYK
2, 0, 31, 1
Luminance
0.9267
Every format
| HEX | #f8fcaf |
| RGB | rgb(248, 252, 175) |
| HSL | hsl(63, 93%, 84%) |
| CMYK | cmyk(2%, 0%, 31%, 1%) |
| LAB | lab(97.1 -12.9 36.5) |
| LCH | lch(97.1 38.8 109.5) |
| OKLCH | oklch(0.970 0.097 110.6) |
Copy-ready code
/* CSS */
color: #f8fcaf;
background-color: #f8fcaf;
/* Tailwind (arbitrary) */
class="text-[#f8fcaf] bg-[#f8fcaf]"
/* SCSS */
$brand: #f8fcaf;
/* SwiftUI */
Color(red: 0.973, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#f8fcaf")Accessibility — WCAG contrast
Aa
#f8fcaf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fcaf on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.8%
Blue68.6%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#f8fcaf text on a black background
contrast 19.53:1
Card sample
#f8fcaf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fcaf;
Background color
Panel with #f8fcaf background
background-color: #f8fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fcaf; background: linear-gradient(135deg, #f8fcaf, #C5FCAF);