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