#f7fbaf
a light, electric yellow · cool · closest name: khaki
RGB
247, 251, 175
HSL
63°, 91%, 84%
CMYK
2, 0, 30, 2
Luminance
0.9186
Every format
| HEX | #f7fbaf |
| RGB | rgb(247, 251, 175) |
| HSL | hsl(63, 91%, 84%) |
| CMYK | cmyk(2%, 0%, 30%, 2%) |
| LAB | lab(96.8 -12.8 36.1) |
| LCH | lch(96.8 38.3 109.5) |
| OKLCH | oklch(0.968 0.096 110.6) |
Copy-ready code
/* CSS */
color: #f7fbaf;
background-color: #f7fbaf;
/* Tailwind (arbitrary) */
class="text-[#f7fbaf] bg-[#f7fbaf]"
/* SCSS */
$brand: #f7fbaf;
/* SwiftUI */
Color(red: 0.969, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#f7fbaf")Accessibility — WCAG contrast
Aa
#f7fbaf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fbaf on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.4%
Blue68.6%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#f7fbaf text on a black background
contrast 19.37:1
Card sample
#f7fbaf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fbaf;
Background color
Panel with #f7fbaf background
background-color: #f7fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fbaf; background: linear-gradient(135deg, #f7fbaf, #C4FBAF);