#f8ffaf
a light, electric yellow · cool · closest name: khaki
RGB
248, 255, 175
HSL
65°, 100%, 84%
CMYK
3, 0, 31, 0
Luminance
0.9457
Every format
| HEX | #f8ffaf |
| RGB | rgb(248, 255, 175) |
| HSL | hsl(65, 100%, 84%) |
| CMYK | cmyk(3%, 0%, 31%, 0%) |
| LAB | lab(97.9 -14.4 37.5) |
| LCH | lch(97.9 40.2 111.0) |
| OKLCH | oklch(0.977 0.101 112.3) |
Copy-ready code
/* CSS */
color: #f8ffaf;
background-color: #f8ffaf;
/* Tailwind (arbitrary) */
class="text-[#f8ffaf] bg-[#f8ffaf]"
/* SCSS */
$brand: #f8ffaf;
/* SwiftUI */
Color(red: 0.973, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#f8ffaf")Accessibility — WCAG contrast
Aa
#f8ffaf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ffaf on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green100.0%
Blue68.6%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#f8ffaf text on a black background
contrast 19.91:1
Card sample
#f8ffaf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ffaf;
Background color
Panel with #f8ffaf background
background-color: #f8ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ffaf; background: linear-gradient(135deg, #f8ffaf, #C3FFAF);