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