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